]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
changelog for #241, fixes #241
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 12 Jan 2015 18:59:15 +0000 (13:59 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 12 Jan 2015 18:59:15 +0000 (13:59 -0500)
docs/build/changelog.rst

index ba3d1ef293923d28980c52e023aa921b6c0b85c4..3d8566de599e96e8459caf93534876520ea91514 100644 (file)
@@ -6,6 +6,17 @@ Changelog
 .. changelog::
     :version: 0.7.4
 
+    .. change::
+      :tags: bug, autogenerate, postgresql
+      :tickets: 241
+      :pullreq: bitbucket:37
+
+      Repaired issue where a server default specified without ``text()``
+      that represented a numeric or floating point (e.g. with decimal places)
+      value would fail in the Postgresql-specific check for "compare server
+      default"; as PG accepts the value with quotes in the table specification,
+      it's still valid.  Pull request courtesy Dimitris Theodorou.
+
     .. change::
       :tags: bug, autogenerate
       :tickets: 259