On Feb 25, 2008, at 4:21 AM, Uwe Grauer wrote: > From dDataSet.py: > def __del__(self): > if self._cursor is not None: > self._cursor.close() > if self._connection is not None: > self._connection.close()
That's because dDataSet is dealing with the internal SQLite database. > dConnection doesn't have a __del__ method. It shouldn't have to; the dbapi connection object should. -- Ed Leafe _______________________________________________ Post Messages to: Dabo-users@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]