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

[email protected]
Newsgroups perl.dbd.oracle.changes
Message-ID <[email protected]>
Author: byterock
Date: Fri Jan 29 05:10:59 2010
New Revision: 13779

Modified:
   dbd-oracle/trunk/ocitrace.h

Log:
change to precision for OCIDateTimeToText to 6 instead of 0

Modified: dbd-oracle/trunk/ocitrace.h
==============================================================================
--- dbd-oracle/trunk/ocitrace.h	(original)
+++ dbd-oracle/trunk/ocitrace.h	Fri Jan 29 05:10:59 2010
@@ -133,7 +133,7 @@
 	: stat
 
 #define OCIDateTimeToText_log_stat(envhp,errhp,d,sl,sb,stat)\
-	stat = OCIDateTimeToText(envhp,errhp, *(OCIDateTime**)d,(CONST text*) 0,(ub1) 0,0, (CONST text*) 0, (ub4) 0,(ub4 *)sl,sb );\
+	stat = OCIDateTimeToText(envhp,errhp, *(OCIDateTime**)d,(CONST text*) 0,(ub1) 0,6, (CONST text*) 0, (ub4) 0,(ub4 *)sl,sb );\
 	(DBD_OCI_TRACEON) \
 			?	PerlIO_printf(DBD_OCI_TRACEFP,\
 				 "%sOCIDateTimeToText(%p,%p,%p,%s)=%s\n",\
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.