Re: [sqlalchemy] UNION in many-to-many relation

2011-09-23 Thread Vlad K.
Hi, thanks for your help! That works. .oO V Oo. On 09/19/2011 11:03 PM, Michael Bayer wrote: On Sep 19, 2011, at 12:45 PM, Vlad K. wrote: Hi! I have a model, let's call it Resource. And another, let's call it Container. Each container can have any number of Resources, so they're in

Re: [sqlalchemy] UNION in many-to-many relation

2011-09-19 Thread Michael Bayer
On Sep 19, 2011, at 12:45 PM, Vlad K. wrote: Hi! I have a model, let's call it Resource. And another, let's call it Container. Each container can have any number of Resources, so they're in many-to-many relationship. What's worse, they're in association object pattern relationship