This is what I need to do, except the Merchant object is defined
before the Deal object. In the example in the documentation, I have
mapped User before I have mapped Address.

On Nov 11, 10:25 am, Mike Conley <mconl...@gmail.com> wrote:
> For cases like this I have found something like this to be useful
>
> http://www.sqlalchemy.org/docs/orm/relationships.html#multiple-relati...
>
> using lazy loading and viewonly=True as needed
>
> I found this to be clearer than column property because it fits cleanly with
> the rest of the relationship configuration.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to