Author: byterock Date: Mon Feb 1 05:32:33 2010 New Revision: 13790 Modified: dbd-oracle/trunk/Changes dbd-oracle/trunk/Oracle.pm
Log: release version Modified: dbd-oracle/trunk/Changes ============================================================================== --- dbd-oracle/trunk/Changes (original) +++ dbd-oracle/trunk/Changes Mon Feb 1 05:32:33 2010 @@ -1,4 +1,5 @@ -=head1 Changes in DBD-Oracle 1.24(svn rev???) +=head1 Changes in DBD-Oracle 1.24(svn rev 13780) + Extened precision for OCIDateTimeToText to 6 instead of 0 for embedded types from John Scoles Extened support of Oracle Embedded objects from Charles Jardine Added support for RowsInCache as RO and RowCacheSize as a setable value on the Statement Handle. So it would comply with DBI spec By John Scoles with thanks to Martin J. Evans Added extended support for 64 bit clients in Makefile.PL from Ralph Doncaster Modified: dbd-oracle/trunk/Oracle.pm ============================================================================== --- dbd-oracle/trunk/Oracle.pm (original) +++ dbd-oracle/trunk/Oracle.pm Mon Feb 1 05:32:33 2010 @@ -7,7 +7,7 @@ require 5.003; -$DBD::Oracle::VERSION = '1.23'; +$DBD::Oracle::VERSION = '1.24'; my $ORACLE_ENV = ($^O eq 'VMS') ? 'ORA_ROOT' : 'ORACLE_HOME';
