[Sqlalchemy-tickets] Issue #3095: ARRAY of ENUM doesn't do any validation (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
|
From: rach <iss...@bi...> - 2014-06-24 16:04:54
|
New issue 3095: ARRAY of ENUM doesn't do any validation https://bitbucket.org/zzzeek/sqlalchemy/issue/3095/array-of-enum-doesnt-do-any-validation rach: SQLAlchemy is not complaining when I have a model with array_enum = Column(ARRAY(Enum(*LIST_OF_ENUM, native_enum=False))) but doens't seem to do any validation and I have been able to insert value outside the enum in the array. |