Author: byterock
Date: Fri Jun 5 10:32:20 2009
New Revision: 12809
Modified:
dbd-oracle/trunk/Changes
dbd-oracle/trunk/oci8.c
Log:
Fix for rt.cpan.org Ticket #=46661: DBD::Oracle hangs when insert/update with LOB and quoted table name from APLA
Modified: dbd-oracle/trunk/Changes
==============================================================================
--- dbd-oracle/trunk/Changes (original)
+++ dbd-oracle/trunk/Changes Fri Jun 5 10:32:20 2009
@@ -1,4 +1,5 @@
=head1 Changes in DBD-Oracle 1.24(svn rev???)
+ Fix for rt.cpan.org Ticket #=46661: DBD::Oracle hungs when insert/update with LOB and quoted table name from APLA
Fix for rt.cpan.org Ticket #=46246 fetching from nested cursor (returned from procedure) leads to application crash (abort) from John Scoles
Fix for rt.cpan.org Ticket #=46016 LOBs bound with ora_field broken from RKITOVER
Fix for bug in 58object.t when test run as externally identified user from Charles Jardine
Modified: dbd-oracle/trunk/oci8.c
==============================================================================
--- dbd-oracle/trunk/oci8.c (original)
+++ dbd-oracle/trunk/oci8.c Fri Jun 5 10:32:20 2009
@@ -3401,7 +3401,7 @@
char *orig = src;
char *p;
while(*src){
- if (*src == '\'' || *src == '"') {
+ if (*src == '\'') {
char delim = *src;
while(*src && *src != delim) ++src;
}
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.