Re: [sqlalchemy] Understanding behavior of association_proxy

2016-07-24 Thread Mike Bayer
On 07/24/2016 07:57 PM, Eric Wittle wrote: I'd like to understand the behavior of association_proxy when creating new records across a many-to-many table where, in some cases, the joining table will have additional attribute values beyond the two primary keys. In the below example, there is a m

[sqlalchemy] Understanding behavior of association_proxy

2016-07-24 Thread Eric Wittle
I'd like to understand the behavior of association_proxy when creating new records across a many-to-many table where, in some cases, the joining table will have additional attribute values beyond the two primary keys. In the below example, there is a many-many between Person and Events represent