]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in :class:`.Enum` and other :class:`.SchemaType`
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Jul 2014 22:55:18 +0000 (18:55 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 13 Jul 2014 22:55:18 +0000 (18:55 -0400)
commit071a1830985834efc113f63fa8740c7306e0cae3
treef77bb3d124bebe9e22ad53b859ed4a56ac0d04f0
parent6922a56140d9e014e842a60da344bf6be92f9446
- Fixed bug in :class:`.Enum` and other :class:`.SchemaType`
subclasses where direct association of the type with a
:class:`.MetaData` would lead to a hang when events
(like create events) were emitted on the :class:`.MetaData`.
fixes #3124
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/sql/sqltypes.py
test/sql/test_metadata.py
test/sql/test_types.py