Author: phd
Date: 2009-09-30 09:29:11 -0600 (Wed, 30 Sep 2009)
New Revision: 4018
Modified:
SQLObject/trunk/docs/News.txt
Log:
TimestampCol instantiation is a rather major API enhancement.
Modified: SQLObject/trunk/docs/News.txt
===================================================================
--- SQLObject/trunk/docs/News.txt 2009-09-30 15:26:37 UTC (rev 4017)
+++ SQLObject/trunk/docs/News.txt 2009-09-30 15:29:11 UTC (rev 4018)
@@ -41,6 +41,9 @@
* SET client_encoding for PostgreSQL to the value of "charset" parameter
in DB URI or PostgresConnection.
+* TimestampCol() can be instantiated without any defaults, in this case
+ default will be None (good default for TIMESTAMP columns in MySQL).
+
Small Features
--------------
@@ -50,9 +53,6 @@
* Removed all deprecated attribute and functions.
-* TimestampCol() can be instantiated without any defaults, in this case
- default will be None (good default for TIMESTAMP columns in MySQL).
-
SQLObject 0.11.2
================
|