[SQL-CVS] r3893 - SQLObject/branches/0.9/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2009-05-18 17:19:21
|
Author: phd Date: 2009-05-18 11:19:11 -0600 (Mon, 18 May 2009) New Revision: 3893 Modified: SQLObject/branches/0.9/docs/News.txt Log: Going to release SQLObject 0.9.11 Modified: SQLObject/branches/0.9/docs/News.txt =================================================================== --- SQLObject/branches/0.9/docs/News.txt 2009-05-18 17:18:10 UTC (rev 3892) +++ SQLObject/branches/0.9/docs/News.txt 2009-05-18 17:19:11 UTC (rev 3893) @@ -10,6 +10,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. |