[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-07-13 23:01:37
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/071a18309858/ Changeset: 071a18309858 Branch: None User: zzzeek Date: 2014-07-14 00:55:18 Summary: - 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 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/bd610650703f/ Changeset: bd610650703f Branch: rel_0_9 User: zzzeek Date: 2014-07-14 00:56:52 Summary: - 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 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/53b72c35f4e2/ Changeset: 53b72c35f4e2 Branch: rel_0_8 User: zzzeek Date: 2014-07-14 01:01:15 Summary: - 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 Affected #: 5 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |