]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in Enum type which blew away native_enum
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Jun 2010 23:25:15 +0000 (19:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Jun 2010 23:25:15 +0000 (19:25 -0400)
commit85f9619b03e218d024b65e96a22293f356455521
treec58a243a18821f2cf8063ca316a56b421010811f
parent145e3bc5849e1433cad6b8bf9b46ce33af1b3221
- Fixed bug in Enum type which blew away native_enum
flag when used with TypeDecorators or other adaption
scenarios.
CHANGES
lib/sqlalchemy/types.py
test/sql/test_types.py