Hi everyone
Version 2.9 of libzdb is available:
Download: http://www.tildeslash.com/libzdb/dist/libzdb-2.9.tar.gz
MD5 checksum: 8478e36a0f74dd93b810f12baa81afe0
This is a feature and bug fix release which has been tested on the following platforms:
* Linux 2.6 (x86 and x64)
* Mac OS X Lion (Darwin 10.7.x x86_64)
* Mac OS X Snow Leopard (Darwin 10.6.x i386/x86_64)
* 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:
------------------------
* SQLite: Unescape path to allow for (white-)space in database file
path. Thanks to Jonas Schnelli
* SQLite: Use sqlite3_open_v2 instead of sqlite3_enable_shared_cache
which is deprecated in OS X Lion.
* Oracle: Fixed a problem with ResultSet not returning all data.
Thanks to Volodymyr Tarasenko
* Plus internal optimizing changes