[SQL-CVS] r3922 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2009-07-23 14:10:28
|
Author: phd Date: 2009-07-23 08:10:21 -0600 (Thu, 23 Jul 2009) New Revision: 3922 Modified: SQLObject/trunk/docs/News.txt Log: Increased importance: new columns are major features. Modified: SQLObject/trunk/docs/News.txt =================================================================== --- SQLObject/trunk/docs/News.txt 2009-07-23 14:08:37 UTC (rev 3921) +++ SQLObject/trunk/docs/News.txt 2009-07-23 14:10:21 UTC (rev 3922) @@ -27,13 +27,6 @@ * Added some support for schemas in PostgreSQL. -* RowDestroyedSignal and RowUpdatedSignal were added. - -Minor features --------------- - -* Use reversed() in manager/command.py instead of .__reversed__(). - * Added DecimalStringCol - similar to DecimalCol but stores data as strings to work around problems in some drivers and type affinity problem in SQLite. @@ -45,6 +38,13 @@ indicate no password set. By default, it uses the md5 library for hashing, but this can be changed in a HashCol definition. +* RowDestroyedSignal and RowUpdatedSignal were added. + +Minor features +-------------- + +* Use reversed() in manager/command.py instead of .__reversed__(). + * Minor change in logging to console - logger no longer stores the output file, it gets the file from module sys every time by name; this means logging will use new sys.stdout (or stderr) in case the user changed |