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:21:35 -0400 |
commit | fc8c40e8c58764f46aa794986c269789eb2b72b1 (patch) | |
tree | 04909e2434d4656ca2edc8cae2fda6e4945d7822 | |
parent | 7952132d3a5790f4268c74a75d60ffc266df5a5f (diff) | |
download | sqlalchemy-fc8c40e8c58764f46aa794986c269789eb2b72b1.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 b8ccde0c9..632b0d3c6 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 |