Hi, all -

I am experiencing the issue described here

http://stackoverflow.com/questions/14470688/sqlalchemy-bidirectional-relationship-association-proxy

and reported as fixed here

https://bitbucket.org/zzzeek/sqlalchemy/issues/2655


in the latest release version of SQLAlchemy (1.0.14). Summary: removing a 
child object from the proxied (on parent) many-to-many relationship using 
an association object does not remove the association object or the 
reference to it from the child.


Is anyone aware whether this bug was reintroduced on purpose (i.e. figured 
out the rationale for the original behavior) or by accident?


Many thanks,


Gordan

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to