[SQL-CVS] r3579 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2008-09-13 13:36:35
|
Author: phd Date: 2008-09-13 07:36:31 -0600 (Sat, 13 Sep 2008) New Revision: 3579 Modified: SQLObject/trunk/docs/News.txt Log: Documented two bugfixes by Dan Pascu. Modified: SQLObject/trunk/docs/News.txt =================================================================== --- SQLObject/trunk/docs/News.txt 2008-09-11 19:04:53 UTC (rev 3578) +++ SQLObject/trunk/docs/News.txt 2008-09-13 13:36:31 UTC (rev 3579) @@ -137,6 +137,13 @@ SQLObject 0.9.8 =============== +* Changed interpretation of strings in the DB URI for boolean parameters: + '0', 'no', 'off' and 'false' are now interpreted as False. + +* Fixed a bug with incorrect handling of calls like + connectionForURI(dburi, cache=False) when dburi already contains some + parameters in the URI. + * Convert decimal.to_eng_string() to str to work around a bug in Python 2.5.2; see http://mail.python.org/pipermail/python-dev/2008-March/078189.html |