Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change Array to subclass SQLAlchemy's ARRAY
Array previously threw a NotImplementedError for the python_type attribute and returned True for hashable. After inheriting from SQLAlchemy's ARRAY type, it returns list and False as expected.
- Loading branch information