Skip to content

postgresql not picking up types.ARRAY #442

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sqlalchemy-bot opened this issue Aug 16, 2017 · 3 comments
Closed

postgresql not picking up types.ARRAY #442

sqlalchemy-bot opened this issue Aug 16, 2017 · 3 comments
Labels
autogenerate - rendering bug Something isn't working

Comments

@sqlalchemy-bot
Copy link

Migrated issue, originally created by Michael Bayer (@zzzeek)

re: #85 the fix does not accommodate for sqlalchemy.types.ARRAY.

@sqlalchemy-bot
Copy link
Author

Michael Bayer (@zzzeek) wrote:

https://gerrit.sqlalchemy.org/475

@sqlalchemy-bot
Copy link
Author

Michael Bayer (@zzzeek) wrote:

Add generic per-type rendering, implement ARRAY

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.

Change-Id: I98ffbf95a88dc815404a2d1020b0e3e56742ca8c
Fixes: #442

634ae5c

@sqlalchemy-bot
Copy link
Author

Changes by Michael Bayer (@zzzeek):

  • changed status to closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autogenerate - rendering bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant