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: --------- _______________________________________________ Commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
