[SQL-CVS] r3904 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2009-05-18 17:39:13
|
Author: phd Date: 2009-05-18 11:39:09 -0600 (Mon, 18 May 2009) New Revision: 3904 Modified: SQLObject/trunk/docs/News.txt Log: Fixed a minor misspelling. Modified: SQLObject/trunk/docs/News.txt =================================================================== --- SQLObject/trunk/docs/News.txt 2009-05-18 17:38:39 UTC (rev 3903) +++ SQLObject/trunk/docs/News.txt 2009-05-18 17:39:09 UTC (rev 3904) @@ -172,7 +172,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. |