changelog for #241, fixes #241

This commit is contained in:
Mike Bayer 2015-01-12 13:59:15 -05:00
parent b2fb21f01e
commit c2ee9f519e
1 changed files with 11 additions and 0 deletions

View 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