Skip to content

Commit

Permalink
Some minor tweaks for RC6
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.perl.org/modules/dbd-oracle/trunk@425 50811bd7-b8ce-0310-adc1-d9db26280581
  • Loading branch information
timbo committed Aug 7, 2004
1 parent b1f3760 commit 566f09b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=head1 Changes in DBD-Oracle 1.16 (svn rev 398) 15th July 2004
=head1 Changes in DBD-Oracle 1.16 (svn rev 425) 7th August 2004

NOTE:
This release has major changes to Unicode support. See below.
Expand All @@ -8,16 +8,15 @@
Fixed some LOB test problems with Oracle 8.1.7 by implementing ora_lob_append
with OCILobGetLength() and OCILobWrite(), instead of buggy OCILobWriteAppend(),
if the Oracle client version is < 9.0. Thanks to Jeff Urlwin.
Fixed handling of temporary LOBs thanks to Chris Donnelly.
Fixed memory leaks in auto LOB refetch code thanks to Dongqiang Bai.
Fixed reporting of length truncated in error message thanks to Jeff Urlwin.
Fixed column_info() to handle TIMESTAMP and INTERVAL datatypes
for Oracle >= 8 thanks to Stephen Clouse.
Fixed handling of temporary LOBs thanks to Chris Donnelly.
Fixed STORE to cache attribute value in handle cache.
Fixed seg fault returning LOB Locators reported by Raj Chandran.
Fixed binding to allow overloaded scalars (not for 'inout' params).
Fixed setting of $DBI::err to 0 triggering PrintWarn in DBI >= 1.41.
Fixed memory leaks in auto LOB refetch code thanks to Dongqiang Bai.
Fixed HPUX 64bit build issues thanks to Weiguo Sun.

Changed some utf8 internals for LOBs.
Changed ORA_OCI constant from being just 7 or 8 to being a dualvar:
Expand Down Expand Up @@ -50,6 +49,7 @@
Fixed build32/build64 Makefile.PL bug spotted by Sean Kelly.
Fixed Oracle version detection on clients thanks to Marko Asplund.
Fixed Oracle 10 version detection on clients thanks to Andy Hassall.
Fixed HP-UX 64bit build issues thanks to Weiguo Sun.
Fixed suprious warning from Makefile.PL thanks to Marko Asplund.
Fixed compiler warnings thanks to Robert Baron.
Fixed oci.def for Cygwin by adding OCILobWriteAppend thanks to Gert-Jan Paulissen.
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $| = 1;
my %opts = (
NAME => 'DBD::Oracle',
VERSION_FROM => 'Oracle.pm',
PREREQ_PM => { "Test::Simple" => 0.40 },
PREREQ_PM => { "Test::Simple" => 0.40 }, # actually Test::More pkg in T::S dist
EXE_FILES => [ "ora_explain$exe_ext" ],
OBJECT => '$(O_FILES)',
DEFINE => '',
Expand Down

0 comments on commit 566f09b

Please sign in to comment.