]> 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:38:28 +0000 (11:38 -0400)
commit69179e009c2dcf71945415d455765b98ecd89fe4
treeb5c38a387f65047ef5c236300c096f6f5b4a9969
parentd64c945eae682b34381dee327fcb27b1eaafec43
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]

Conflicts:
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/dialects/postgresql/hstore.py
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/dialects/postgresql/hstore.py
test/dialect/test_postgresql.py