[SQL-CVS] r4688 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2013-12-20 13:08:51
|
Author: phd Date: Fri Dec 20 06:08:43 2013 New Revision: 4688 Log: WARNING: backward compatibility problem Date/Time columns created with microseconds cannot be read back with older versions of SQLObject. Modified: SQLObject/trunk/docs/News.txt Modified: SQLObject/trunk/docs/News.txt ============================================================================== --- SQLObject/trunk/docs/News.txt Fri Dec 20 06:03:56 2013 (r4687) +++ SQLObject/trunk/docs/News.txt Fri Dec 20 06:08:43 2013 (r4688) @@ -20,6 +20,10 @@ Python 2.6+ because in Python 2.5 datetime.strptime doesn't support '%f' format. + WARNING: backward compatibility problem! Date/Time columns created + with microseconds cannot be read back with older versions of + SQLObject. + SQLObject 1.5.1 =============== |