[svn:dbd-oracle] r12995 - dbd-oracle/trunk

[email protected]
Newsgroups perl.dbd.oracle.changes
Message-ID <[email protected]>
Author: byterock
Date: Thu Jul  2 13:08:40 2009
New Revision: 12995

Modified:
   dbd-oracle/trunk/oci8.c

Log:
fix for rtcpan #46661

Modified: dbd-oracle/trunk/oci8.c
==============================================================================
--- dbd-oracle/trunk/oci8.c	(original)
+++ dbd-oracle/trunk/oci8.c	Thu Jul  2 13:08:40 2009
@@ -3430,7 +3430,7 @@
 		else if (isALPHA(*src)) {
 			if (seen_key) {
 				char *start = src;
-				while(*src && (isALNUM(*src) || *src=='.' || *src=='$'))
+				while(*src && (isALNUM(*src) || *src=='.' || *src=='$' || *src=='"'))
 					++src;
 				*len = src - start;
 				if (copy) {
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.