]> 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 23:01:15 +0000 (19:01 -0400)
commit53b72c35f4e22f3d0615fcaea6a57e656c1fe9df
tree5e9e8c7cb0ddbfedfc3b84d2faad2b16b48fa16f
parenta96267639a914a4ebfd8a5ee510d1b6e031818e7
- 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

Conflicts:
lib/sqlalchemy/sql/sqltypes.py
test/sql/test_types.py
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/types.py
test/sql/test_metadata.py
test/sql/test_types.py