Re: [sqlalchemy] Bug with bidirectional association proxy many-to-many relationships reintroduced?

2016-08-24 Thread Gordan Todorovac
Mike, Thanks for the response! Here is the demonstration, please let me know if there is something obvious that I am missing: > cat ~/python/sq3.py from sqlalchemy import Column, Integer, String, ForeignKey from sqlalchemy.orm import relationship, backref from sqlalchemy.ext.associationproxy

[sqlalchemy] Bug with bidirectional association proxy many-to-many relationships reintroduced?

2016-08-24 Thread Gordan Todorovac
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).