]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add native_enum flag to Enum's repr() result
authorDimitris Theodorou <dimitris.theodorou@gmail.com>
Mon, 12 Jan 2015 01:40:50 +0000 (02:40 +0100)
committerDimitris Theodorou <dimitris.theodorou@gmail.com>
Mon, 12 Jan 2015 01:40:50 +0000 (02:40 +0100)
commitf4b7b02e31e6b49195c21da7221bcbda0bad02b9
tree33a7c94d79210a5223c517f5aa2789d58929f853
parentb8a8cdd1ff47b5774662f4c61fe49382b967de02
Add native_enum flag to Enum's repr() result

Needed for alembic autogenerate rendering.
lib/sqlalchemy/sql/sqltypes.py
test/sql/test_types.py