[SQL-CVS] r3903 - SQLObject/branches/0.10/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2009-05-18 17:38:43
|
Author: phd Date: 2009-05-18 11:38:39 -0600 (Mon, 18 May 2009) New Revision: 3903 Modified: SQLObject/branches/0.10/docs/News.txt Log: Fixed a misspelling. Modified: SQLObject/branches/0.10/docs/News.txt =================================================================== --- SQLObject/branches/0.10/docs/News.txt 2009-05-18 17:38:01 UTC (rev 3902) +++ SQLObject/branches/0.10/docs/News.txt 2009-05-18 17:38:39 UTC (rev 3903) @@ -131,7 +131,7 @@ Released 18 May 2009 -* Two bug in SQLiteConnection.columnsFromSchema() were fixed: use +* Two bugs in SQLiteConnection.columnsFromSchema() were fixed: use sqlmeta.idName instead of 'id'; convert default 'NULL' to None. * Use sqlmeta.idName instead of 'id' in all connection classes. |