[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-06-28 15:39:59
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/04b66bc5e7b8/ Changeset: 04b66bc5e7b8 Branch: master User: zzzeek Date: 2013-06-28 17:35:57 Summary: 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] Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/69179e009c2d/ Changeset: 69179e009c2d Branch: rel_0_8 User: zzzeek Date: 2013-06-28 17:38:28 Summary: 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 Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |