http://svn.perl.org/modules/dbd-oracle/trunk/DBD-Oracle-1.20-RC1.tar.gz
Changes in DBD-Oracle 1.20 (svn rev 10347)
Fixed lob test so it skips the one test that relies on it if v$
session. from Rafael Kitover
Fixed // with /* */ in dbdimp.c from John Scoles
Fixed for execute_for_fetch in Oracle.pm returning 0 instead of 0E0.
from Martin J. Evans
Added README.64bit.txt that contains help for compiling on 64 bit
boxes from John Scoles
Fixed typo in Oracle.pm from Tom R.
Added support for ora_charset, ora_ncharset from Stephen J. Smith
Fixed Makefile.PL for better handling of empty array in
File::Find::find from Slaven Rezic
Fixed references to README.clients.txt in Makefile.PL from John Scoles
Added PERL_NO_GET_CONTEXT for better multi-threaded support from John
Scoles
Changed required version of DBI to be 1.51 from John Scoles
Fixed bug in 31lob.t from John Scoles
Added notes on installing Instantclient .rpm to README.Lunix.txt
Added support for OCI array bind from Alexander V Alekseev
Added support for select of OCI Embedded Objects from John Scoles
Added a tip in README.64bit.txt from cartmanltd
Added fix to Makefile.PL for finding SQLplus for Ubuntu Server (but
should work for others) from Martin J. Evans
Added fix to Makefile.PL for Gentoo AMD64 from Tom R.
Added Fix to dbdimp.c for speed up of Null-Operation speeds from
Andreas Behal
Any and all testing would be greatly appreciated, but especially
testing of building against Oracle Instant Client on a range of platforms.
There are two warnings that may appear, 'OCIObjectGetAttr' and 'OCIObjectPin' as 'undefined'. This appears to be bug in Oracle code while annoying it does not seem to cause any problems.
This is a 'Big' release with two new features
1) Support for OCI Array bind and
2) Support for Select of OCI Embedded Objects
See the pod for details on these new features.
As well DBD::Oracle now requires that you use DBI 1.51 or later as a number of
the new features require it.
Thanks!
John Scoles