You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed bug expanding upon the fix for
🎫85 which adds the correct module import to the
"inner" type for an ARRAY type, the fix now accommodates for the
generic sqlalchemy.types.ARRAY type added in SQLAlchemy 1.1,
rendering the inner type correctly regardless of whether or not the
Postgresql dialect is present.
Migrated issue, originally created by Michael Bayer (@zzzeek)
re: #85 the fix does not accommodate for sqlalchemy.types.ARRAY.
The text was updated successfully, but these errors were encountered: