[SQL-CVS] r3985 - SQLObject/branches/0.11/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2009-09-20 18:59:50
|
Author: phd Date: 2009-09-20 12:59:37 -0600 (Sun, 20 Sep 2009) New Revision: 3985 Modified: SQLObject/branches/0.11/docs/News.txt Log: SQLObject 0.11.1 and SQLObject 0.10.7 released 20 Sep 2009. Modified: SQLObject/branches/0.11/docs/News.txt =================================================================== --- SQLObject/branches/0.11/docs/News.txt 2009-09-20 18:57:54 UTC (rev 3984) +++ SQLObject/branches/0.11/docs/News.txt 2009-09-20 18:59:37 UTC (rev 3985) @@ -10,6 +10,8 @@ SQLObject 0.11.1 ================ +Released 20 Sep 2009 + * A number of changes ported from `SQLObject 0.10.7`_. SQLObject 0.11.0 @@ -63,6 +65,8 @@ SQLObject 0.10.7 ================ +Released 20 Sep 2009 + * Fixed a bug: Sybase tables with identity column fire two identity_inserts. * Fixed a bug: q.startswith(), q.contains() and q.endswith() escape (with a |