[SQL-CVS] r3902 - SQLObject/branches/0.9/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2009-05-18 17:38:04
|
Author: phd Date: 2009-05-18 11:38:01 -0600 (Mon, 18 May 2009) New Revision: 3902 Modified: SQLObject/branches/0.9/docs/News.txt Log: Fixed a misspelling. Modified: SQLObject/branches/0.9/docs/News.txt =================================================================== --- SQLObject/branches/0.9/docs/News.txt 2009-05-18 17:31:45 UTC (rev 3901) +++ SQLObject/branches/0.9/docs/News.txt 2009-05-18 17:38:01 UTC (rev 3902) @@ -12,7 +12,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. |