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
On Dec 6, 2012, at 12:30 PM, Jan-Henrik Haukeland hauk@tildeslash.com wrote:
- 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.
Clarification: Not table, but result set. If a result set has two or more columns, each exceeding the preallocated 256 byte buffer, then the second and subsequent columns would be truncated to 256 bytes upon retrieving, but only in the first row of the result set.