ANN: DBD::InterBase 0.26
[email protected] (Edwin Pratomo)
| Newsgroups | perl.dbi.announce |
|---|---|
| Message-ID | <[email protected]> |
Hi, It has been a long time since the last time I made an announcement of DBD::InterBase on these lists. So here is the Changes list from version 0.21 (the one I previously announced here): 0.26: * a fix to dbdimp.h, so now it should be much better on SPARC Solaris * more robust (Nullify var->sqldata and tpb_buffer when cleaning up) * fixed negative INT64 values handling * updated docs 0.25.1: * Added private method set_tx_param() for controlling transaction parameters (experimental) * More robust execute() * Added more tests * Easier `make test`. Now allows user to specify test database, as well as username, and password to connect. The test database creation is automated, if it doesn't exist. * Clean compile with MSVC. But in Windows, there's bug with BLOB fields. * Fixed bus error on SPARC Solaris. 0.22: * Memory leak problem fixed * zero-ing sqlda before being used. * SQL dialect 1 now can access timestamp field. * Lighter, faster $dbh->ping(). I hope this is more stable, as well. 0.21.1: * Replace isc_commit_retaining() with isc_commit_transaction. * Fixed dbd_db_rollback(). Now no longer starts a new transaction after rollback. Available in the usual place: http://dbi.interbase.or.id/download.html rgds, Edwin.