Author: timbo
Date: Fri Oct 15 04:26:43 2010
New Revision: 14486
Modified:
dbi/trunk/Changes
dbi/trunk/DBI.pm
Log:
Prep for dev release
Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes (original)
+++ dbi/trunk/Changes Fri Oct 15 04:26:43 2010
@@ -6,13 +6,13 @@
=cut
-=head2 Changes in DBI 1.616 (svn rNNN) XXX
+=head2 Changes in DBI 1.616 (svn r14486) 15th October 2010
Fixed spurious dbi_profile lines written to the log when
profiling is enabled and a trace flag, like SQL, is used.
- Optimized connect() to remove redundant FETCH of \%attrib values.
- Adding fix to recognize SQL::Statement errors even if instantiated
+ Fixed to recognize SQL::Statement errors even if instantiated
with RaiseError=0 (Jens Rehsack)
+ Optimized connect() to remove redundant FETCH of \%attrib values.
=head2 Changes in DBI 1.615 (svn r14438) 21st September 2010
Modified: dbi/trunk/DBI.pm
==============================================================================
--- dbi/trunk/DBI.pm (original)
+++ dbi/trunk/DBI.pm Fri Oct 15 04:26:43 2010
@@ -9,7 +9,7 @@
require 5.008_001;
BEGIN {
-$DBI::VERSION = "1.615"; # ==> ALSO update the version in the pod text below!
+$DBI::VERSION = "1.616"; # ==> ALSO update the version in the pod text below!
}
=head1 NAME
@@ -124,7 +124,7 @@
=head2 NOTES
-This is the DBI specification that corresponds to the DBI version 1.615
+This is the DBI specification that corresponds to the DBI version 1.616
($Revision$).
The DBI is evolving at a steady pace, so it's good to check that