On Jan 25, 2006, at 9:49 AM, Oleg Broytmann wrote:

That because MultipleJoin is not intended for sqlbuilder queries. It's
intended for manipulation in Python:

   row_of_my_table = MyTable.get(id)
   for subobject in row_of_my_table.referenced_objects:
      process(subobject)

OK, that makes sense. So I guess for a query of the type I need I'll have to create the SQL manually.

-Tim

--
Timothy Wilson
Technology Integration Specialist
Apple Distinguished Educator
Hopkins ISD #270, Hopkins, MN, USA
ph: 952.988.4103  fax: 952.988.4311  blog: http://technosavvy.org




-------------------------------------------------------
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

Reply via email to