First off, let me say I feel RelatedJoin and MultipleJoin should be deprecated
to be renamed RawRelatedJoin/RawMultipleJoin, there are two better alternatives
available since at least 0.8:
* SQLRelatedJoin and SQLMultipleJoin
* ManyToMany and OneToMany
Yes, the docs need a massive overhaul on
'm working with SQLObject and I'm getting frustated because of lack of
examples. First of all, I'm having problems creating tables with
many-many relationships
by means of RelatedJoin. I want to create and know how work the CRUD
operations in the tables created by RelatedJoin operation. I have two