[SQL-CVS] r4125 - SQLObject/branches/0.11/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2010-03-04 12:57:47
|
Author: phd Date: 2010-03-04 05:57:39 -0700 (Thu, 04 Mar 2010) New Revision: 4125 Modified: SQLObject/branches/0.11/docs/News.txt Log: SQLObject 0.11.4 was released 4 Mar 2010. Modified: SQLObject/branches/0.11/docs/News.txt =================================================================== --- SQLObject/branches/0.11/docs/News.txt 2010-03-04 09:34:36 UTC (rev 4124) +++ SQLObject/branches/0.11/docs/News.txt 2010-03-04 12:57:39 UTC (rev 4125) @@ -10,6 +10,8 @@ SQLObject 0.11.4 ================ +Released 4 Mar 2010. + * Fixed a bug in inheritance - if creation of the row failed and if the connection is not a transaction and is in autocommit mode - remove parent row(s). |