Author: timbo
Date: Tue Mar 2 10:33:55 2010
New Revision: 13833
Modified:
dbi/trunk/Changes
dbi/trunk/DBI.pm
dbi/trunk/Makefile.PL
Log:
Prep for a dev release
Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes (original)
+++ dbi/trunk/Changes Tue Mar 2 10:33:55 2010
@@ -6,7 +6,9 @@
=cut
-=head2 Changes in DBI 1.611 (svn rXXX)
+XXX awaiting docs for Callbacks and ChildCallbacks from David Wheeler
+
+=head2 Changes in DBI 1.611 (svn r13833) 2nd March 2010
NOTE: minimum perl version is now 5.8.1 (as announced in DBI 1.607)
@@ -21,8 +23,7 @@
Added f_lock support to DBD::File (H.Merijn Brand)
Added ChildCallbacks => { ... } to Callbacks as a way to
specify Callbacks for child handles.
- With tests and docs thanks to David E. Wheeler.
-XXX awaiting docs for ChildCallbacks from David.
+ With tests added by David E. Wheeler.
Added DBI::sql_type_cast($value, $type, $flags) to cast a string value
to an SQL type. e.g. SQL_INTEGER effectively does $value += 0;
Has other options plus an internal interface for drivers.
Modified: dbi/trunk/DBI.pm
==============================================================================
--- dbi/trunk/DBI.pm (original)
+++ dbi/trunk/DBI.pm Tue Mar 2 10:33:55 2010
@@ -1,7 +1,7 @@
# $Id$
# vim: ts=8:sw=4:noet
#
-# Copyright (c) 1994-2009 Tim Bunce Ireland
+# Copyright (c) 1994-2010 Tim Bunce Ireland
#
# See COPYRIGHT section in pod text below for usage and distribution rights.
#
Modified: dbi/trunk/Makefile.PL
==============================================================================
--- dbi/trunk/Makefile.PL (original)
+++ dbi/trunk/Makefile.PL Tue Mar 2 10:33:55 2010
@@ -2,7 +2,7 @@
#
# $Id$
#
-# Copyright (c) 1994-2009 Tim Bunce Ireland
+# Copyright (c) 1994-2010 Tim Bunce Ireland
#
# See COPYRIGHT section in DBI.pm for usage and distribution rights.