Author: phd
Date: Sun May 15 09:36:33 2011
New Revision: 4386
Log:
Better description of the change as a feature.
Modified:
SQLObject/trunk/docs/News.txt
Modified: SQLObject/trunk/docs/News.txt
==============================================================================
--- SQLObject/trunk/docs/News.txt Sun May 8 10:55:26 2011 (r4385)
+++ SQLObject/trunk/docs/News.txt Sun May 15 09:36:33 2011 (r4386)
@@ -15,19 +15,17 @@
* SelectResults (returned from .select()) is allowed in IN(column, list).
+* 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 and properly returns empty
+ strings.
+
Source code
-----------
* Decorators @classmethod and @staticmethod are used everywhere.
-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
===============
|