Happy new year!
We been working on a new libzdb 3.0 release which include some new useful features. Most notable support for Date, Time and timestamp.
This release includes a lot of changes so we wanted to release this as a beta version/release candidate first. If you can, please help us test. If you find a problem, please use the issue tracker at
https://github.com/tildeslash/libzdb/issuesDownload:
http://www.tildeslash.com/libzdb/dist/libzdb-3.0b.tar.gzMD5 checksum: 6c0334d8132723d8a58414d4b208690e
Developer version:
https://github.com/tildeslash/libzdb/releasesChanges in this release:
------------------------
* New: Methods for retrieving Date, Time, DateTime and TimeStamp column
values from a ResultSet. PreparedStatement_setTimestamp for setting
Unix timestamp.
* New: ResultSet_isnull, can be used to explicit test if a column
value in a Result Set is SQL null. A Result Set already returns
the NULL pointer for string and blob types and 0 for primitive data
types, but to differ between SQL null and the value NULL or 0, this
method can be used.
* New: PreparedStatement_getParameterCount,
Returns the number of
parameters in a prepared statement
* New: It is now a checked runtime error for the url parameter given
in ConnectionPool_new() to be NULL.
* New: No longer require flex installed as the generated file is
part of the dist.
* Fixes: Oracle: Fixed a memory corruption in OracleResultSet
https://github.com/tildeslash/libzdb/issues/4Best regards
--
Jan-Henrik Haukeland
--
To unsubscribe:
http://www.tildeslash.com/mailman/listinfo/libzdb-general