[SQL-CVS] r3526 - SQLObject/branches/0.9/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2008-07-24 16:07:18
|
Author: phd Date: 2008-07-24 10:07:16 -0600 (Thu, 24 Jul 2008) New Revision: 3526 Modified: SQLObject/branches/0.9/docs/News.txt Log: Doc update. Modified: SQLObject/branches/0.9/docs/News.txt =================================================================== --- SQLObject/branches/0.9/docs/News.txt 2008-07-24 16:04:25 UTC (rev 3525) +++ SQLObject/branches/0.9/docs/News.txt 2008-07-24 16:07:16 UTC (rev 3526) @@ -15,6 +15,8 @@ * Added test_default_style.py. +* Fixed a minor bug in SQLiteConnection that fails to parse Enum columns. + SQLObject 0.9.7 =============== |