Changelog for "e-db2". 1.20 [KK 2002-12-10] - MAX_STMT_SIZE increased to 100.000; this is the maximum statement size read from stdin - Bugfix in error message of the show command (show.c) - CFLAGS in the Makefile adjsted. 1.19 [HK 2002-12-04] - e-db2 now correctly disconnects from DB2 when user terminates the program by issuing ^C, kill -15 and so on. Also, a ROLLBACK WORK statement is executed. 1.18 [KK 2002-10-23] - "stop on SQL error" flag implemented (-f) - The e-db2 manpage gets installed too. - Docs get uploaded. 1.17 - [KK 2002-10-16] util.c: Errors are now shown with mag(), i.e., they will go to stderr. - Output to stdout is flushed. - mktemp() blobname construction changed to mkstemp(). 1.16 - Fix in unload, dropping a column did show column title at 1st row 1.15 - Nullable yes/no added to the output of "describe". - "make-sql-type-desc" is smarter (and revamped to Perl). - More types now known to e-db2. 1.14 - Local prepare() function in e-db2.sqc now has a first "convert yes/no" argument. The conversion is suppressed for statements arriving from stdin (user-typed). This is necessary to prevent sprintf-expansion in statements like "select ... where name like '%whatever'". - Makefile adapted: the "make clean" now also removes the e-db2 binary itself. 1.13 Fix problem on quote in CLOB data 1.12 Fix problem on CLOB column selects 1.11 added 'load options' for 'unload' now syntax: 'unload [file { drop | add [ char | numeric [unique]] }]' 1.10 unload() (e-db2.sqc) fixed. Unloading onto a file was buggy. 1.09 Memory management changed for cmm*() routines. 1.08 - Help info changed, "load" should be "reload". - FORMAT command implemented. 1.07 -V shows more info 1.06 Fix implementation on unload/reload blob 1.05 Lots of changes for BLOB handling 1.04 - Header generation implemented. - "ouput" command implemented. - Bug fixing in "describe". 1.03 - Implementation of "describe" command. - DB/2 types and their descriptions are extracted from DB2's sql.h. 1.02 Commands help and quit implemented. 1.01 Standardization of stuff. 1.00 First version, based on "load" and "unload".