On Wed, Aug 01, 2007 at 08:37:19AM +0200, Johan Carlsson wrote:
> class Brain:
> 
>     _connection = sqlhub
>     columnList=[]
>     sqlmeta = sqlmeta

   Brain is a substitute for SQLObject, and I think it could be a better
substitute - it should construct proper sqlmeta, it should have column
descriptions, and from that column descriptions it could construct
a Select() query and wrap it into SelectResults.

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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to