From: Philippe N. <sw...@fr...> - 2004-04-26 11:08:02
|
On Mon, Apr 26, 2004 at 01:08:15PM +0200, Marek Kubica wrote: >=20 > Trying to run it: > File "C:\sqlobject\sqlobject\main.py", line 943, in dropTable > if ifExists and not cls._connection.tableExists(cls._table): > AttributeError: 'NoneType' object has no attribute 'tableExists' >=20 > That doesn't wonder. But where in sqlite can I find tableExists? >=20 > greets, > Marek >=20 >=20 Have a look at sqlobject/sqlite/sqliteconnection.py --=20 Philippe Normand |