]> 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:08 +0000 (13:58 -0400)
commite384347ffb9b29fca146df54284e96a567adae9c
treebac85461583669e0e149407934ba97182fefd610
parent95b10c4e8e59cf2509ba5d90a03341d74f93d164
- 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