Hello John,

I'm using an one-to-many relationship, but I have to filter the result a little bit. According to the doc I did:

...
manager_args => {query => [...],
                 sort_by => ...
                }

But this gives all records back. Looking in the code showed me, that I should use this:

manager_args => {sort_by => ...},
query_args   => [...],

Which works.


In case this is still undocumented, could you please add it.


Thanks,
bye Uwe


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to