[SQL-CVS] r3894 - SQLObject/branches/0.10/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2009-05-18 17:21:26
|
Author: phd Date: 2009-05-18 11:21:15 -0600 (Mon, 18 May 2009) New Revision: 3894 Modified: SQLObject/branches/0.10/docs/News.txt Log: Going to release SQLObject 0.9.11 Modified: SQLObject/branches/0.10/docs/News.txt =================================================================== --- SQLObject/branches/0.10/docs/News.txt 2009-05-18 17:19:11 UTC (rev 3893) +++ SQLObject/branches/0.10/docs/News.txt 2009-05-18 17:21:15 UTC (rev 3894) @@ -127,6 +127,8 @@ SQLObject 0.9.11 ================ +Released 28 May 2009 + * Two bug in SQLiteConnection.columnsFromSchema() were fixed: use sqlmeta.idName instead of 'id'; convert default 'NULL' to None. |