Author: byterock
Date: Fri Oct 24 19:04:58 2008
New Revision: 12003

Modified:
   dbd-oracle/trunk/Changes
   dbd-oracle/trunk/oci.def

Log:
  Fix for rt.cpan.org Ticket #=39603 build problem and fix missing functions in 
oci.def from Zoltán Sebestyén


Modified: dbd-oracle/trunk/Changes
==============================================================================
--- dbd-oracle/trunk/Changes    (original)
+++ dbd-oracle/trunk/Changes    Fri Oct 24 19:04:58 2008
@@ -1,4 +1,5 @@
 =head1 Changes in DBD-Oracle 1.23(svn rev #####) 
+  Fix for rt.cpan.org Ticket #=39603 build problem and fix missing functions 
in oci.def from Zolt�n Sebesty�n
   Fix for rt.cpan.org Ticket #=39374 Makefile.PL: error when reducing echo 
messages from make from Tippa
   Fix for rt.cpan.org Ticket #=39232 binding large XMLTYPE fails on 64-bit 
perl from Jeff Klein 
   Fix for rt.cpan.org Ticket #=38749 Warning of a NULL column in an aggregate 
function also added ora_oci_success_warn to display silent OCI warnings from 
John Scoles

Modified: dbd-oracle/trunk/oci.def
==============================================================================
--- dbd-oracle/trunk/oci.def    (original)
+++ dbd-oracle/trunk/oci.def    Fri Oct 24 19:04:58 2008
@@ -7,6 +7,8 @@
 ;
 LIBRARY OCI.dll
 EXPORTS
+OCILobGetChunkSize
+OCINlsCharSetIdToName
 OCIAQDeq
 OCIAQEnq
 OCIAttrGet

Reply via email to