]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, which
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 May 2014 17:58:08 +0000 (13:58 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 May 2014 17:58:36 +0000 (13:58 -0400)
commit21cb06d1c077cb865be96108bf2d2f7961bbc868
tree6e80cd731d3456e8ced069d974ba537ca40846c2
parent5cf8dbeb5efd2b610b1fd9c03fad4791645c3c87
- 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
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/dialects/postgresql/hstore.py
test/dialect/postgresql/test_types.py