[SQL-CVS] r4183 - SQLObject/branches/0.12/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2010-04-20 17:54:46
|
Author: phd Date: 2010-04-20 11:54:40 -0600 (Tue, 20 Apr 2010) New Revision: 4183 Modified: SQLObject/branches/0.12/docs/News.txt Log: Merged revision 4182 from branch 0.11: better wording. Modified: SQLObject/branches/0.12/docs/News.txt =================================================================== --- SQLObject/branches/0.12/docs/News.txt 2010-04-20 17:53:21 UTC (rev 4182) +++ SQLObject/branches/0.12/docs/News.txt 2010-04-20 17:54:40 UTC (rev 4183) @@ -91,7 +91,7 @@ ================ * A bug was fixed in SQLiteConnection.columnsFromSchema(): pass None as - size/precision, this is better than no value at all. + size/precision to DecimalCol, this is better than no value at all. SQLObject 0.11.5 ================ |