[SQL-CVS] r3697 - SQLObject/branches/0.9/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2008-12-01 13:06:19
|
Author: phd Date: 2008-12-01 06:06:15 -0700 (Mon, 01 Dec 2008) New Revision: 3697 Modified: SQLObject/branches/0.9/docs/News.txt Log: SQLObject 0.9.8 released 1 Dec 2008. Modified: SQLObject/branches/0.9/docs/News.txt =================================================================== --- SQLObject/branches/0.9/docs/News.txt 2008-11-25 02:37:05 UTC (rev 3696) +++ SQLObject/branches/0.9/docs/News.txt 2008-12-01 13:06:15 UTC (rev 3697) @@ -10,6 +10,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. |