Make MySQL producer add NULL for every nullable field
authorAndré Walker <andre@andrewalker.net>
Thu, 6 Sep 2012 14:34:39 +0000 (11:34 -0300)
committerAndré Walker <andre@andrewalker.net>
Thu, 6 Sep 2012 14:34:39 +0000 (11:34 -0300)
commitad071409cb8f526337abbe025a63aa1e67716165
treeffbb9a1bcf270c7d773b4a7d4ccfaa8a002b1969
parent28f5cc1897dd2764b2ab99c73f11ac4d553cefc4
Make MySQL producer add NULL for every nullable field

If the field is nullable, but it isn't followed by the NULL keyword,
MySQL can not accept the field definition in some specific cases.
AUTHORS
Changes
lib/SQL/Translator/Producer/MySQL.pm
t/30sqlt-new-diff-mysql.t
t/38-mysql-producer.t