[SQL-CVS] r4042 - SQLObject/branches/0.12/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2009-10-20 13:51:10
|
Author: phd Date: 2009-10-20 07:50:56 -0600 (Tue, 20 Oct 2009) New Revision: 4042 Modified: SQLObject/branches/0.12/docs/News.txt Log: SQLObject 0.12.0 released 20 Oct 2009. Modified: SQLObject/branches/0.12/docs/News.txt =================================================================== --- SQLObject/branches/0.12/docs/News.txt 2009-10-20 13:49:47 UTC (rev 4041) +++ SQLObject/branches/0.12/docs/News.txt 2009-10-20 13:50:56 UTC (rev 4042) @@ -10,6 +10,8 @@ SQLObject 0.12.0 ================ +Released 20 Oct 2009. + Features & Interface -------------------- @@ -63,21 +65,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 -------------------- @@ -132,7 +134,7 @@ SQLObject 0.10.8 ================ -Released 30 Sep 2009 +Released 30 Sep 2009. * Fixed a bug in logging to console - convert unicode to str. @@ -142,7 +144,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. @@ -153,7 +155,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. @@ -162,7 +164,7 @@ SQLObject 0.10.5 ================ -Released 6 May 2009 +Released 6 May 2009. * A number of changes ported from `SQLObject 0.9.10`_. @@ -272,7 +274,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. @@ -285,7 +287,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:: |