[SQL-CVS] r3698 - SQLObject/branches/0.10/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2008-12-01 13:06:51
|
Author: phd Date: 2008-12-01 06:06:47 -0700 (Mon, 01 Dec 2008) New Revision: 3698 Modified: SQLObject/branches/0.10/docs/News.txt Log: SQLObject 0.9.8 released 1 Dec 2008. Modified: SQLObject/branches/0.10/docs/News.txt =================================================================== --- SQLObject/branches/0.10/docs/News.txt 2008-12-01 13:06:15 UTC (rev 3697) +++ SQLObject/branches/0.10/docs/News.txt 2008-12-01 13:06:47 UTC (rev 3698) @@ -101,6 +101,8 @@ SQLObject 0.9.8 =============== +Released 1 Dec 2008. + * Changed interpretation of strings in the DB URI for boolean parameters: '0', 'no', 'off' and 'false' are now interpreted as False. |