[SQL-CVS] r4043 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2009-10-20 13:53:29
|
Author: phd Date: 2009-10-20 07:53:16 -0600 (Tue, 20 Oct 2009) New Revision: 4043 Modified: SQLObject/trunk/docs/News.txt Log: SQLObject 0.12.0 was released 20 Oct 2009. Modified: SQLObject/trunk/docs/News.txt =================================================================== --- SQLObject/trunk/docs/News.txt 2009-10-20 13:50:56 UTC (rev 4042) +++ SQLObject/trunk/docs/News.txt 2009-10-20 13:53:16 UTC (rev 4043) @@ -13,6 +13,8 @@ SQLObject 0.12 ============== +Released 20 Oct 2009. + Features & Interface -------------------- @@ -66,21 +68,21 @@ SQLObject 0.11.2 ================ -Released 30 Sep 2009 +Released 30 Sep 2009. * A number of changes ported from `SQLObject 0.10.8`_. SQLObject 0.11.1 ================ -Released 20 Sep 2009 +Released 20 Sep 2009. * A number of changes ported from `SQLObject 0.10.7`_. SQLObject 0.11.0 ================ -Released 12 Aug 2009 +Released 12 Aug 2009. Features & Interface -------------------- @@ -135,7 +137,7 @@ SQLObject 0.10.8 ================ -Released 30 Sep 2009 +Released 30 Sep 2009. * Fixed a bug in logging to console - convert unicode to str. @@ -145,7 +147,7 @@ SQLObject 0.10.7 ================ -Released 20 Sep 2009 +Released 20 Sep 2009. * Fixed a bug: Sybase tables with identity column fire two identity_inserts. @@ -156,7 +158,7 @@ SQLObject 0.10.6 ================ -Released 18 May 2009 +Released 18 May 2009. * Better support for Python 2.6: do not import the deprecated sets module. @@ -165,7 +167,7 @@ SQLObject 0.10.5 ================ -Released 6 May 2009 +Released 6 May 2009. * A number of changes ported from `SQLObject 0.9.10`_. @@ -275,7 +277,7 @@ SQLObject 0.9.11 ================ -Released 18 May 2009 +Released 18 May 2009. * Two bugs in SQLiteConnection.columnsFromSchema() were fixed: use sqlmeta.idName instead of 'id'; convert default 'NULL' to None. @@ -288,7 +290,7 @@ SQLObject 0.9.10 ================ -Released 6 May 2009 +Released 6 May 2009. * Another unicode-related patch for MySQL; required because different versions of MySQLdb require different handling:: |