]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 29 May 2013 22:30:56 +0000 (18:30 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 29 May 2013 22:34:29 +0000 (18:34 -0400)
doc/build/changelog/changelog_08.rst

index bec8a3f05924acd7dd9617a98c68c789cf5ea8b5..acf4ea670cd952f3a056e86014870bd4cdc913d4 100644 (file)
@@ -6,6 +6,15 @@
 .. changelog::
     :version: 0.8.2
 
+    .. change::
+      :tags: bug, postgresql
+      :tickets: 2735
+
+      Fixed the HSTORE type to correctly encode/decode for unicode.
+      This is always on, as the hstore is a textual type, and
+      matches the behavior of psycopg2 when using Python 3.
+      Courtesy Dmitry Mugtasimov.
+
     .. change::
       :tags: bug, examples