[svn:dbd-oracle] r14771 - dbd-oracle/trunk

[email protected] Fri, 25 Mar 2011 04:19:53 -0700 (PDT)
Newsgroups perl.dbd.oracle.changes
Message-ID <[email protected]>
Author: mjevans
Date: Fri Mar 25 04:19:52 2011
New Revision: 14771

Modified:
   dbd-oracle/trunk/Changes

Log:
Fix bug in dbd_st_bind_col which attempts to test the column index is a number
before actually using it as a number.


Modified: dbd-oracle/trunk/Changes
==============================================================================
--- dbd-oracle/trunk/Changes	(original)
+++ dbd-oracle/trunk/Changes	Fri Mar 25 04:19:52 2011
@@ -3,6 +3,7 @@
   Fixed some compiler warnings in dbdimp.c and oci8.c by Martin J. Evans
   Added Test::Simple 0.90 to build_requires as we use note etc by Martin J. Evans
   Added missing OCIServerRelease to oci.def
+  Fixed bug in bind_col which was broken in 1.27 and stopped anyone using a string as a column number (e.g., '1') by Martin J. Evans, Alexander Foken
 
 =head1 Changes in DBD-Oracle 1.28 (svn rev 14765)