]> 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:25:29 +0000 (17:25 -0400)
doc/build/changelog/changelog_08.rst

index 8ff27fb01281ec03e336b7a6982a64e01eb46016..0cfeedf8d8c6fee3ccae8d77bd9bc71cfeb40670 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