[Sqlalchemy-tickets] [sqlalchemy] #2745: PostgreSQL ARRAY of Enum doesn't create Enum types before
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-06-05 21:33:31
|
#2745: PostgreSQL ARRAY of Enum doesn't create Enum types before creating table
-----------------------+-----------------------------------------
Reporter: glyphobet | Owner: zzzeek
Type: defect | Status: new
Priority: medium | Milestone:
Component: postgres | Severity: no triage selected yet
Keywords: | Progress State: awaiting triage
-----------------------+-----------------------------------------
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.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2745>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|