From: Arthur Axel 'fREW' Schmidt Date: Sat, 22 Sep 2012 16:46:41 +0000 (-0500) Subject: release 0.11013 X-Git-Tag: v0.11013^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cb83e0819275467bc1921f51e8bf231c10136c58;p=dbsrgits%2FSQL-Translator.git release 0.11013 --- diff --git a/Changes b/Changes index 1a72142..774c13d 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +# ---------------------------------------------------------- +# 0.11013 2012-09-22 +# ---------------------------------------------------------- + * Make MySQL producer add NULL after every nullable field, conforming to SQL standard, and avoiding MySQL bugs diff --git a/lib/SQL/Translator.pm b/lib/SQL/Translator.pm index ade1539..459fd72 100644 --- a/lib/SQL/Translator.pm +++ b/lib/SQL/Translator.pm @@ -7,7 +7,7 @@ use base 'Class::Base'; require 5.005; -our $VERSION = '0.11012'; +our $VERSION = '0.11013'; $DEBUG = 0 unless defined $DEBUG; $ERROR = "";