Hello everyone
Version 2.8 of Zild Database Library is available:
Download: http://www.tildeslash.com/libzdb/dist/libzdb-2.8.tar.gz MD5 checksum: 9f9a096e04d1f37ad2829ea6c7d43d0b
This is a small feature and bug fix release which has been tested on the following platforms:
* Linux 2.6 (x86 and x64) * Mac OS X Snow Leopard (Darwin 10.6.x i386/x86_64) * Mac OS X Leopard (Darwin 10.5.x ppc) * FreeBSD 6.x, 7.x and 8.x (x86 and x64) * Solaris 10 and Solaris Express (sparc and x86) * OpenBSD 4.x (x86 and x64)
Changes in this release: ------------------------
Improvements
* Allow spaces in URL property values
* PostgreSQL: Allow sending application name to the server for logging. Thanks to Chris Mayo. The application name will show up in PostgreSQL logs for connections and operations made through libzdb. To use, add the application-name property to the URL: postgresql://localhost/test??application-name=My Application&..
Bug fixes
* ResultSet_getBlob: Ensure that returned blob size is 0 if blob is SQL null.
* Oracle: Fixed ResultSet memory leak.