On Wed, Jan 25, 2006 at 11:27:59AM -0500, Sells, Fred wrote:
> xemployee = StringCol(length=6)
>
> class Labor(SQLObject):
> employee = xemployee
>
> I'm not sure what SQLObject does under the hood. Will this work and is it a
It should work. Under the hood SQLObject replaces these declarations
with instances of SOCol classes that do real job. See col.py for the actual
code of the columns.
> Would it work if my tables were created from std SQL
> statements, and SQLObject used only to reference them.
Yes.
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. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
sqlobject-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss