From: Dagfinn Ilmari Mannsåker Date: Mon, 1 Sep 2014 17:34:41 +0000 (+0100) Subject: Add Changes entry for numeric field default fix X-Git-Tag: v0.11019~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Translator.git;a=commitdiff_plain;h=4f1186cfb3f8c93a2e00a2c42e119e109ed16fa7 Add Changes entry for numeric field default fix --- diff --git a/Changes b/Changes index 7345957..9e91b66 100644 --- a/Changes +++ b/Changes @@ -7,6 +7,7 @@ Changes for SQL::Translator * Fix MySQL producer for columns with scalar ref in 'ON UPDATE' (Wallace Reis) * Fix handling of views in MySQL DBI parser * Fix handling of renamed fields in SQLite diff (Peter Mottram) + * Check numeric equality of default values in numeric-type fields (Wallace Reis) 0.11018 2013-10-31 🎃