From c2ee9f519e6bca05c0328f1977e8727da87daf50 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 12 Jan 2015 13:59:15 -0500 Subject: [PATCH] changelog for #241, fixes #241 --- docs/build/changelog.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index ba3d1ef2..3d8566de 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -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 -- 2.47.2