On Wed, Jun 07, 2006 at 09:52:17AM +0100, Yang, W (Wanjuan) wrote:
> I have created tables in SQLite, Can I define a class based on these
> tables?

   For a driver to implent fromDatabase it must have columnsFromSchema().
sqliteconnection.py doesn't implement it.
   Please look at mysqlconnection.py and postgresconnection.py, create 
columnsFromSchema() for sqliteconnection and make a patch. I'd be glad to
test it.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.


_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to