Author: byterock
Date: Fri Jul  4 05:28:55 2008
New Revision: 11483

Modified:
   dbd-oracle/trunk/oci8.c

Log:
added '' to the value in the bind debugging

Modified: dbd-oracle/trunk/oci8.c
==============================================================================
--- dbd-oracle/trunk/oci8.c     (original)
+++ dbd-oracle/trunk/oci8.c     Fri Jul  4 05:28:55 2008
@@ -500,7 +500,7 @@
     *indpp  = &phs->indp;
     *piecep = OCI_ONE_PIECE;
     if (DBIS->debug >= 3 || dbd_verbose >=3)
-               PerlIO_printf(DBILOGFP, "       in  '%s' [%lu,%lu]: len %2lu, 
ind %d%s, value=%s\n",
+               PerlIO_printf(DBILOGFP, "       in  '%s' [%lu,%lu]: len %2lu, 
ind %d%s, value='%s'\n",
                        phs->name, ul_t(iter), ul_t(index), ul_t(phs->alen), 
phs->indp,
                        (phs->desc_h) ? " via descriptor" : 
"",neatsvpv(phs->sv,0));
     if (!tuples_av && (index > 0 || iter > 0))

Reply via email to