Author: byterock
Date: Fri May 28 07:27:59 2010
New Revision: 14077
Modified:
dbd-oracle/trunk/Changes
dbd-oracle/trunk/ocitrace.h
Log:
Fix for invalid format in trace of OCILobLocatorIsInit_log_stat reported by Martin Evans Fixed by John Scoles
Modified: dbd-oracle/trunk/Changes
==============================================================================
--- dbd-oracle/trunk/Changes (original)
+++ dbd-oracle/trunk/Changes Fri May 28 07:27:59 2010
@@ -1,5 +1,7 @@
=head1 Changes in DBD-Oracle 1.25(svn rev )
+ Fix for invalid format in trace of OCILobLocatorIsInit_log_stat reported by Martin Evans Fixed by John Scoles
+ Fix for very odd UNKNOWN OCI STATUS 1041 (OCILobFreeTemporary) on disconnect reported by John Parker and Dob Mcgowan fixe by John Scoles
Fix for rt.cpan.org Ticket #=55445: get_info(28) SQL_IDENTIFIER_CASE seems to return the wrong value from Martin J Evans and a bunch of re jigging from John Scoles
Patch for PL/SQL: numeric or value error: character string buffer too small from Scott T. Hildreth
Fix for rt.cpan.org Ticket #=51594 type_info and type_info_all miss vital information from John Scoles
Modified: dbd-oracle/trunk/ocitrace.h
==============================================================================
--- dbd-oracle/trunk/ocitrace.h (original)
+++ dbd-oracle/trunk/ocitrace.h Fri May 28 07:27:59 2010
@@ -84,7 +84,7 @@
stat =OCILobLocatorIsInit (envhp,errhp,loc,is_init );\
(DBD_OCI_TRACEON) \
? PerlIO_printf(DBD_OCI_TRACEFP,\
- "%sOCILobLocatorIsInit_log_stat(%p,%p,%p,%d)=%s\n",\
+ "%sOCILobLocatorIsInit_log_stat(%p,%p,%u,%d)=%s\n",\
OciTp, (void*)envhp, (void*)errhp,loc,is_init,oci_status_name(stat)),stat \
: stat
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.