]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 Sep 2013 21:21:35 +0000 (17:21 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 Sep 2013 21:21:35 +0000 (17:21 -0400)
doc/build/changelog/changelog_08.rst

index b8ccde0c9f80158603d28abdd0a02acc53e7b47e..632b0d3c656971edfd77065e6f544a00be440df1 100644 (file)
 .. changelog::
     :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