]> 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)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 12 Jan 2015 18:27:07 +0000 (13:27 -0500)
commit125d8998e3e9aaa608ba082aa919da1987353b23
tree3eee8bf92b00352153e6c076aca0e613a643a554
parentf06a1bb50ae6f9a7ac3366cd1e418555a3ee2ac8
Add native_enum flag to Enum's repr() result

Needed for alembic autogenerate rendering.

(cherry picked from commit f4b7b02e31e6b49195c21da7221bcbda0bad02b9)

Conflicts:
test/sql/test_types.py
lib/sqlalchemy/sql/sqltypes.py
test/sql/test_types.py