]> 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:31 +0000 (13:58 -0400)
commit64e887b2e399971513b2761979bb2f740816d4b7
treec1b6b213f1899a65e243c2f41116b393e7274988
parent7dc497be982e5d09c3f2be8ebbac7537b31882a4
- 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