[SQL-CVS] r4723 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2014-05-04 19:02:38
|
Author: phd Date: Sun May 4 13:02:31 2014 New Revision: 4723 Log: Update News Modified: SQLObject/trunk/docs/News.txt Modified: SQLObject/trunk/docs/News.txt ============================================================================== --- SQLObject/trunk/docs/News.txt Sun May 4 13:00:59 2014 (r4722) +++ SQLObject/trunk/docs/News.txt Sun May 4 13:02:31 2014 (r4723) @@ -13,9 +13,18 @@ SQLObject 2.0.0 =============== +* 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. + SQLObject 1.7.0 =============== +* DateTimeCol and TimeCol can read values with microseconds (created by + SQLObject 2.0) but do not write microseconds back. + SQLObject 1.6.0 =============== @@ -25,14 +34,6 @@ * Python 2.4 is no longer supported. The minimal supported version is Python 2.5. -* DateTimeCol and TimeCol preserve microseconds. The feature requires - 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. - * Upgrade ez_setup to 1.4.2. * A bugfix was ported from `SQLObject 1.5.2`_. |