[SQL-CVS] r3699 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2008-12-01 13:07:27
|
Author: phd Date: 2008-12-01 06:07:17 -0700 (Mon, 01 Dec 2008) New Revision: 3699 Modified: SQLObject/trunk/docs/News.txt Log: SQLObject 0.9.8 released 1 Dec 2008. Modified: SQLObject/trunk/docs/News.txt =================================================================== --- SQLObject/trunk/docs/News.txt 2008-12-01 13:06:47 UTC (rev 3698) +++ SQLObject/trunk/docs/News.txt 2008-12-01 13:07:17 UTC (rev 3699) @@ -137,6 +137,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. |