diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-05-29 18:30:56 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-05-29 18:30:56 -0400 |
| commit | da07a712f395a74b3b25987c6628f03a0b6a3812 (patch) | |
| tree | d19522e039ea470b42ed0943db35c18473165853 | |
| parent | 6c4a61b07a7aec8f6043c3e82eded27dda631cf4 (diff) | |
| download | sqlalchemy-da07a712f395a74b3b25987c6628f03a0b6a3812.tar.gz | |
changelog
| -rw-r--r-- | doc/build/changelog/changelog_08.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index bec8a3f05..acf4ea670 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -7,6 +7,15 @@ :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 Fixed a small bug in the dogpile example where the generation |
