[SQL-CVS] r3760 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2008-12-25 17:29:15
|
Author: phd Date: 2008-12-25 10:29:12 -0700 (Thu, 25 Dec 2008) New Revision: 3760 Modified: SQLObject/trunk/docs/News.txt Log: Added news entries. Modified: SQLObject/trunk/docs/News.txt =================================================================== --- SQLObject/trunk/docs/News.txt 2008-12-25 17:28:45 UTC (rev 3759) +++ SQLObject/trunk/docs/News.txt 2008-12-25 17:29:12 UTC (rev 3760) @@ -43,6 +43,11 @@ indicate no password set. By default, it uses the md5 library for hashing, but this can be changed in a HashCol definition. +SQLObject 0.10.5 +================ + +* A number of changes ported from `SQLObject 0.9.10`_. + SQLObject 0.10.4 ================ @@ -144,6 +149,16 @@ * Under MySQL, PickleCol no longer used TEXT column types; the smallest column is now BLOB - it is not possible to create TINYBLOB column. +SQLObject 0.9.10 +================ + +* Another unicode-related patch for MySQL; required because different + versions of MySQLdb require different handling:: + + - MySQLdb < 1.2.1: only ascii + - MySQLdb = 1.2.1: only unicode + - MySQLdb > 1.2.1: both ascii and unicode + SQLObject 0.9.9 =============== |