Version 1.0.3 of Zild Database Library is available:
Download from: http://www.tildeslash.com/libzdb/dist/libzdb-1.0.3.tar.gz MD5 checksum: 0f87108b4a27a2bc6fc0cb013e104d0b libzdb-1.0.3.tar.gz Change log: http://www.tildeslash.com/libzdb/dist/CHANGES.txt
This is a feature and bugfix release which has been tested on the following platforms:
Linux FC [x86] Darwin 8.5.0 [ppc]
This release introduce among others the following new features:
* Clear any previous resultset when calling Connection_execute(). This allow MySQL implementations to issue a Connection_executeQuery() followed by Connection_execute() without having to close the Connection first.
* Changed declaration of AbortHandler() so clients are not required to provide this function.