Skip to content

sqlalchemy 1.3 support #28

@waynesun09

Description

@waynesun09

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'  

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions