[SQL-CVS] r3714 - SQLObject/branches/0.10/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2008-12-08 16:54:09
|
Author: phd Date: 2008-12-08 09:54:05 -0700 (Mon, 08 Dec 2008) New Revision: 3714 Modified: SQLObject/branches/0.10/docs/News.txt Log: Going to relase SQLObject 0.10.4. Modified: SQLObject/branches/0.10/docs/News.txt =================================================================== --- SQLObject/branches/0.10/docs/News.txt 2008-12-08 16:52:24 UTC (rev 3713) +++ SQLObject/branches/0.10/docs/News.txt 2008-12-08 16:54:05 UTC (rev 3714) @@ -7,6 +7,14 @@ .. _start: +SQLObject 0.10.4 +================ + +Released 8 Dec 2008. + +* Fixed createSQL constrains generation under MySQL when the table's name + includes the database's name (contains a dot). + SQLObject 0.10.3 ================ @@ -100,6 +108,13 @@ * Under MySQL, PickleCol no longer uses TEXT column types; the smallest column is now BLOB - it is not possible to create TINYBLOB column. +SQLObject 0.9.9 +=============== + +* Backported from the trunk: under MySQL use the connection's dbEncoding + instead of ascii, when converting a unicode value from python to database + for a StringCol. + SQLObject 0.9.8 =============== |