summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-01-12 13:59:15 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2015-01-12 13:59:15 -0500
commitc2ee9f519e6bca05c0328f1977e8727da87daf50 (patch)
treee9ee0f6760ee8733c39eaff5f9aad682964675cc
parentb2fb21f01e725b88dfd4d6be33e3892c088001ec (diff)
downloadalembic-c2ee9f519e6bca05c0328f1977e8727da87daf50.tar.gz
changelog for #241, fixes #241
-rw-r--r--docs/build/changelog.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index ba3d1ef..3d8566d 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -7,6 +7,17 @@ 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