]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed bug in HSTORE type where keys/values that contained
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 28 Jun 2013 15:35:57 +0000 (11:35 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 28 Jun 2013 15:35:57 +0000 (11:35 -0400)
commit04b66bc5e7b8e8e93d78e9c70a533cd39e367aaf
tree5e014b0285328cc1e8b8db0e669326a23cc6a0d0
parentfc348366f76bdb3072c69ad8e03f305de38d486c
Fixed bug in HSTORE type where keys/values that contained
backslashed quotes would not be escaped correctly when
using the "non native" (i.e. non-psycopg2) means
of translating HSTORE data.  Patch courtesy Ryan Kelly.
[ticket:2766]
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/dialects/postgresql/hstore.py
test/dialect/test_postgresql.py