4 messages in com.googlegroups.sqlalchemy[sqlalchemy] Re: relation with same c...
FromSent OnAttachments
Tom Hogarty27 Jun 2008 14:30 
Michael Bayer27 Jun 2008 15:12.py
Tom Hogarty27 Jun 2008 22:10 
Tom Hogarty09 Jul 2008 13:35 
Subject:[sqlalchemy] Re: relation with same class/table on both sides
From:Michael Bayer (mike@zzzcomputing.com)
Date:06/27/2008 03:12:36 PM
List:com.googlegroups.sqlalchemy
Attachments:

this relation will require you to configure primaryjoin and secondaryjoin (it should be raising an error without them). an example is attached.