Simon,
Since we use postgres, which supports views, I have an example of
something like this I could attach. Let me know if you need it.
-> Craig
Oleg Broytmann wrote:
> On Fri, Mar 02, 2007 at 09:10:29PM +0200, Simon Robins wrote:
>> Is there some sort of way of having a composite object which contains
>> all the classes I wanted in the join?
>
> There is no. May be you want a VIEW, if your DB supports them? A VIEW
> from the point of SQLObject is just another table. There is some redundancy
> - you have to declare the table in your program.
>
> Oleg.
|