Hi, class Person(SQLObject): ... addresses = MultipleJoin('Address')
then >>> p.addresses [] So p.addresses returns a list. Should p.addresses really pull out all data? Wouldn't it be better if it returns a SelectResults object similar to select() and selectBy()? Kind regards, Markus ------------------------------------------------------------------------- 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