[SQL-CVS] r4738 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2014-05-11 16:17:13
|
Author: phd Date: Sun May 11 10:17:06 2014 New Revision: 4738 Log: Elaborate warning Document that the most painful backward compatibility problem with microseconds is with SQLite backend. Modified: SQLObject/trunk/docs/News.txt Modified: SQLObject/trunk/docs/News.txt ============================================================================== --- SQLObject/trunk/docs/News.txt Sun May 11 10:05:12 2014 (r4737) +++ SQLObject/trunk/docs/News.txt Sun May 11 10:17:06 2014 (r4738) @@ -16,8 +16,8 @@ * DateTimeCol and TimeCol can read and write values with microseconds. WARNING: backward compatibility problem! Date/Time columns created - with microseconds cannot be read back with versions of SQLObject older - than 1.7. + with microseconds cannot be read back from SQLite databases (and + perhaps other backends) with versions of SQLObject older than 1.7. SQLObject 1.7.0 =============== |