[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
|
From: Bitbucket <com...@bi...> - 2014-05-25 17:59:33
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/e384347ffb9b/ Changeset: e384347ffb9b Branch: None User: zzzeek Date: 2014-05-25 19:58:08 Summary: - Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, which is needed to allow the ORM to skip over trying to "hash" an ORM-mapped HSTORE column when requesting it in a mixed column/entity list. Patch courtesy Gunnlaugur Þór Briem. Fixes #3053 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/64e887b2e399/ Changeset: 64e887b2e399 Branch: rel_0_9 User: zzzeek Date: 2014-05-25 19:58:31 Summary: - Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, which is needed to allow the ORM to skip over trying to "hash" an ORM-mapped HSTORE column when requesting it in a mixed column/entity list. Patch courtesy Gunnlaugur Þór Briem. Fixes #3053 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/21cb06d1c077/ Changeset: 21cb06d1c077 Branch: rel_0_8 User: zzzeek Date: 2014-05-25 19:58:36 Summary: - Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, which is needed to allow the ORM to skip over trying to "hash" an ORM-mapped HSTORE column when requesting it in a mixed column/entity list. Patch courtesy Gunnlaugur Þór Briem. Fixes #3053 Affected #: 3 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. |