[SQL-CVS] r3578 - SQLObject/branches/0.10/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2008-09-11 19:04:55
|
Author: phd Date: 2008-09-11 13:04:53 -0600 (Thu, 11 Sep 2008) New Revision: 3578 Modified: SQLObject/branches/0.10/docs/News.txt Log: Documented two bugfixes by Dan Pascu. Modified: SQLObject/branches/0.10/docs/News.txt =================================================================== --- SQLObject/branches/0.10/docs/News.txt 2008-09-11 19:04:36 UTC (rev 3577) +++ SQLObject/branches/0.10/docs/News.txt 2008-09-11 19:04:53 UTC (rev 3578) @@ -101,6 +101,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 |