[SQL-CVS] r4380 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2011-04-18 18:58:23
|
Author: phd Date: Mon Apr 18 12:58:15 2011 New Revision: 4380 Log: Moved `Internals` to the trunk section. Modified: SQLObject/trunk/docs/News.txt Modified: SQLObject/trunk/docs/News.txt ============================================================================== --- SQLObject/trunk/docs/News.txt Mon Apr 18 05:26:24 2011 (r4379) +++ SQLObject/trunk/docs/News.txt Mon Apr 18 12:58:15 2011 (r4380) @@ -15,6 +15,14 @@ * SelectResults (returned from .select()) is allowed in IN(column, list). +Internals +--------- + +* A different workaround is used in SQLiteConnection to prevent PySQLite + from converting strings to unicode - in the case of a registered text + conversion function PySQLite silently converts empty strings to Nones; + now SQLObject uses text_factory instead. + SQLObject 1.0.0 =============== @@ -37,14 +45,6 @@ * Parameter ``backend`` in DB URI is no longer supported, use parameter ``driver``. -Internals ---------- - -* A different workaround is used in SQLiteConnection to prevent PySQLite - from converting strings to unicode - in the case of a registered text - conversion function PySQLite silently converts empty strings to Nones; - now SQLObject uses text_factory instead. - SQLObject 0.15.1 ================ |