]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Initial implementation of support for PEP-435 enumerated types
authorAlex Grönholm <alex.gronholm@nextday.fi>
Tue, 2 Feb 2016 19:20:17 +0000 (14:20 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Feb 2016 19:21:54 +0000 (14:21 -0500)
commit5401c4d8514aa42e8ac4b5579454e68151e78a93
treeb7506b8c050afc39bb724a55a476c23c94f779ee
parent86660fef7ee16578330334abfba58be1304e3f97
- Initial implementation of support for PEP-435 enumerated types
within the Enum type.
lib/sqlalchemy/sql/sqltypes.py
test/sql/test_types.py