diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-09-29 17:21:35 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-09-29 17:25:29 -0400 |
commit | a0b8ce4ecf611feedea6403c15faffdfc84da203 (patch) | |
tree | dc3762222b393b0a02f9e23007bed1b4cbc537b9 | |
parent | 1e75bb2fabcb776cfdbcaf740d6d0c87989bbad6 (diff) | |
download | sqlalchemy-a0b8ce4ecf611feedea6403c15faffdfc84da203.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 8ff27fb01..0cfeedf8d 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -11,6 +11,15 @@ :version: 0.8.3 .. change:: + :tags: bug, postgresql + :tickets: 2819 + :versions: 0.9.0 + + Fixed bug where Postgresql version strings that had a prefix preceding + the words "Postgresql" or "EnterpriseDB" would not parse. + Courtesy Scott Schaefer. + + .. change:: :tags: feature, engine :tickets: 2821 :versions: 0.9.0 |