]> 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:56:52 +0000 (18:56 -0400)
commitbd610650703f1c646c147bf5d3e1e24dcc3a731b
tree982de676149e33e8493a9d5a7fb15c66a1d863e3
parente31672952631741257cce17d16764279a5b1460b
- 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:
test/sql/test_types.py
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