Author: timbo
Date: Tue Oct 31 04:01:11 2006
New Revision: 7995
Modified:
dbi/trunk/Changes
Log:
Prep for release
Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes (original)
+++ dbi/trunk/Changes Tue Oct 31 04:01:11 2006
@@ -4,7 +4,7 @@
=cut
-=head2 Changes in DBI 1.53 (svn rev 7976), 25th October 2006
+=head2 Changes in DBI 1.53 (svn rev 7995), 31st October 2006
Fixed checks for weaken to work with early 5.8.x versions
Fixed DBD::Proxy handling of some methods, including commit and rollback.
@@ -14,7 +14,7 @@
Fixed to work with current 'bleadperl' (~5.9.5) thanks to Steve Peters.
Users of Perl >= 5.9.5 will require DBI >= 1.53.
Fixed to be more robust against drivers not handling multiple result
- sets properly thanks to Gisle Aas.
+ sets properly, thanks to Gisle Aas.
Added array context support to execute_array and execute_for_fetch
methods which returns executed tuples and rows affected.