Re: [SQLObject] problem defining sets of sets ... and SQLMultipleJoin

2008-06-22 Thread Oleg Broytmann
On Sat, Jun 21, 2008 at 11:42:15AM +0200, Pietro Abate wrote: > AttributeError: 'Clause' object has no attribute 'addElement' add/remove* methods are only available for RelatedJoins, not for MultipleJoins. For MultipleJoin just create an Element object setting its 'clause' ForeignKey to the Cla

[SQLObject] problem defining sets of sets ... and SQLMultipleJoin

2008-06-21 Thread Pietro Abate
Hi all, I want to define a set of sets of dependecies. That is I've a package that is related to a set of disjuncts, each of them composed by a set of elements. I've written a small example (below) but I keep getting AttributeError: 'Clause' object has no attribute 'addElement' I don't understan