Author: REHSACK
Date: Mon Jun 14 13:15:52 2010
New Revision: 14146
Modified:
dbi/trunk/Changes
Log:
- add latest changes
Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes (original)
+++ dbi/trunk/Changes Mon Jun 14 13:15:52 2010
@@ -8,7 +8,7 @@
=head2 Changes in DBI 1.612 (svn r14075) 28th May 2010
- Fixed DBD::DBM breakage with SQL::Statement (Jens Rehsack)
+ Fixed DBD::DBM breakage with SQL::Statement (Jens Rehsack, fixes RT#56561)
Fixed DBD::File file handle leak (Jens Rehsack)
Fixed problems in 50dbm.t when running tests with multiple
dbms (Martin J. Evans)
@@ -27,7 +27,9 @@
Added more tests to 50dbm_simple.t to prove optimizations in
DBI::SQL::Nano and SQL::Statement (Jens Rehsack)
Updated tests to cover optional installed SQL::Statement (Jens Rehsack)
- Synchronize between SQL::Statement and DBI::SQL::Nano (Jens Rehsack)
+ Synchronize API between SQL::Statement and DBI::SQL::Nano (Jens Rehsack)
+ Merged some optimizations from SQL::Statement into DBI::SQL::Nano
+ (Jens Rehsack)
Added basic test for DBD::File (H. Merijn Brand, Jens Rehsack)
Updated and clarified documentation for finish method (Tim Bunce).