Version 2.2 of Zild Database Library is available:
Download: http://www.tildeslash.com/libzdb/dist/libzdb-2.2.tar.gz MD5 checksum: 3a1677704ce3821c53d6d0ae7b98dbb5 libzdb-2.2.tar.gz Change log: http://www.tildeslash.com/libzdb/dist/CHANGES.txt
This is a feature and bug fix release which has been tested on the following platforms:
Darwin 8.8.1 [ppc/x86] Linux FC/U [x86]
Changes in this release:
Version 2.2 ----------- * Detailed error message added to exception. In an exception handler, the variable Exception_frame.message, now provides an alternative to Connection_getLastError() for obtaining the latest error message * From this release, building with exceptions handling is no longer optional but required * Internal optimizing changes Bug fixes: * Fixed Connection_prepareStatement() error reported on a PostgreSQL Connection. Thanks to Paul Stevens for bug report. * MySQL: Fixed error in ResultSet_getBlob() and ResultSet_getString() which lead to a segfault when trying to obtain "large" strings and blobs. Again thanks to Paul Stevens. * PostgreSQL: Fixed the "syntax error at character 12" for prepared statemen deallocation. Thanks to Paul Stevens for bug report.