commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r7740 - trunk/gnue-common/doc/technotes


From: johannes
Subject: [gnue] r7740 - trunk/gnue-common/doc/technotes
Date: Wed, 20 Jul 2005 03:17:06 -0500 (CDT)

Author: johannes
Date: 2005-07-20 03:17:06 -0500 (Wed, 20 Jul 2005)
New Revision: 7740

Modified:
   trunk/gnue-common/doc/technotes/00016.txt
Log:
Be more precise about fractional seconds


Modified: trunk/gnue-common/doc/technotes/00016.txt
===================================================================
--- trunk/gnue-common/doc/technotes/00016.txt   2005-07-20 08:16:28 UTC (rev 
7739)
+++ trunk/gnue-common/doc/technotes/00016.txt   2005-07-20 08:17:06 UTC (rev 
7740)
@@ -96,12 +96,15 @@
 Column      Datatype             F-Read    F-Write
 ------------------------------------------------------------------------------
 date        mx.DateTime
-time        mx.DateTimeDelta     No        No
-datetime    mx.DateTime          No        No
+time        mx.DateTimeDelta     6-dig *1  No
+datetime    mx.DateTime          6-dig *1  No
 boolean     int
 string      str
 
+[*1]: Fractional part is parsed using sscanf () which means it will fail if the
+      decimal character (as defined by the locale) is different from '.'.
 
+
 pygresql:
 ---------
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]