[SQL-CVS] r154 - trunk/SQLObject/sqlobject
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2004-06-19 14:56:03
|
Author: sidnei Date: 2004-06-19 06:53:00 -0400 (Sat, 19 Jun 2004) New Revision: 154 Modified: trunk/SQLObject/sqlobject/dbconnection.py Log: Ops, this change shouldn't have med it. Modified: trunk/SQLObject/sqlobject/dbconnection.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/SQLObject/sqlobject/dbconnection.py 2004-06-19 10:42:01 UTC (re= v 153) +++ trunk/SQLObject/sqlobject/dbconnection.py 2004-06-19 10:53:00 UTC (re= v 154) @@ -553,8 +553,7 @@ self._obsolete =3D False self._connection =3D self._dbConnection.getConnection() =20 - def __xdel__(self): - # XXX Was getting excessive recursion here + def __del__(self): if self._obsolete: return self.rollback() |