Hi everyone
Version 2.11.1 of libzdb is now available:
Download: http://tildeslash.com/libzdb/dist/libzdb-2.11.1.tar.gz
MD5 checksum: 155e89d96df4ec22e984442137f75289
Changes in this release:
------------------------
Fixed: MySQL: A ResultSet bind memory error could occur if string or
blob columns of different size caused successive buffer reallocation.
Thanks to Ryan Addams for discovering the problem.
Hi everyone
Version 2.11 of libzdb is now available:
Download: http://tildeslash.com/libzdb/dist/libzdb-2.11.tar.gz
MD5 checksum: f2e44cde8d270d83d8e8c169ed4110fe
Changes in this release:
------------------------
* New: Added support for the new bytea hex encoding format
introduced in PostgreSQL 9.0. This means that ResultSet_getBlob
will correctly return the binary stored in a bytea column independent
if the column is escape encoded (old format) or hex encoded (new format).
* Fixes: MySQL: A table with two or more columns larger than 256
bytes would cause libzdb to truncate the second column to 256
bytes in the first row. Thanks to Me from China for bug report
and patch.
* Fixes: Improved Build Configuration. Thanks to Johan Bergström for report