SQLAlchemy have new 1.3 release:
https://docs.sqlalchemy.org/en/latest/changelog/migration_13.html#change-2642
AssociationProxy now support 'like', also contains function have updated, also Implemented bulk replace for sets, dicts with AssociationProxy.
With testing we hit on a bug with:
File "/home/wayne/.local/share/virtualenvs/metadash-M-x0RP1C/lib/python3.6/site-packages/sqlalchemy/ext/associationp
roxy.py", line 960, in __setstate__
self.parent._inflate(self)
AttributeError: 'AssociationProxy' object has no attribute '_inflate'
SQLAlchemy have new 1.3 release:
https://docs.sqlalchemy.org/en/latest/changelog/migration_13.html#change-2642
AssociationProxy now support 'like', also contains function have updated, also Implemented bulk replace for sets, dicts with AssociationProxy.
With testing we hit on a bug with: