PostgreSQL ARRAY of Enum doesn't create Enum types before creating table

Issue #2745 resolved
matt chisholm created an issue

In PostgreSQL, when defining a column of type ARRAY of Enum, SQLAlchemy doesn't create the Enum types before creating the table. This causes the table creation to fail.

This bug occurs with SQLAlchemy 0.8.1.

Comments (3)

  1. Log in to comment