Re: [SQLObject] Complex system problem

2008-02-19 Thread Oleg Broytmann
On Tue, Feb 19, 2008 at 12:57:57PM -0800, Guillaume wrote: > Would there be a way around making an algorithm that retrieve every field > in the many to many relationship for each item in the "primary" table > without using a firm table name for the many to many table. sqlbuilder.Select() Oleg.

[SQLObject] Complex system problem

2008-02-19 Thread Guillaume
I have a search to do over different tables. One of this tables is in a many to many relationship with another table. SqlObject handle this many to many relation with a ForeignKey. I don't wan't to use the generated middle table directly, since SqlObject can handle it differently in different versi