[SQL-CVS] r3974 - SQLObject/branches/0.10/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2009-09-09 19:48:29
|
Author: phd Date: 2009-09-09 13:48:16 -0600 (Wed, 09 Sep 2009) New Revision: 3974 Modified: SQLObject/branches/0.10/docs/News.txt Log: Fixed a bug: Sybase tables with identity column fire two identity_inserts. Modified: SQLObject/branches/0.10/docs/News.txt =================================================================== --- SQLObject/branches/0.10/docs/News.txt 2009-09-09 19:47:01 UTC (rev 3973) +++ SQLObject/branches/0.10/docs/News.txt 2009-09-09 19:48:16 UTC (rev 3974) @@ -7,6 +7,11 @@ .. _start: +SQLObject 0.10.7 +================ + +* Fixed a bug: Sybase tables with identity column fire two identity_inserts. + SQLObject 0.10.6 ================ |