[Sqlalchemy-tickets] Issue #3834: Regression: Enum.enums returning list instead of tuple (zzzeek/sq
Brought to you by:
zzzeek
From: Lukas S. <iss...@bi...> - 2016-10-20 20:17:25
|
New issue 3834: Regression: Enum.enums returning list instead of tuple https://bitbucket.org/zzzeek/sqlalchemy/issues/3834/regression-enumenums-returning-list Lukas Siemon: The Enum.enums returning a list now instead of tuple. Was this by design (I couldn't find it in the document)? Imo it makes more sense to keep it immutable as tuple. |