Changes for SQL::Translator
+0.11017 2013-10-30
+
* Apply quotes to fix tables that are reserved words, DBI::SQLServer (Jonathan C. Otsuka)
* Add DECIMAL_DIGITS to field size for scale info, DBI::SQLServer (Jonathan C. Otsuka)
* De-linkify XML namespace in docs (RT#81838)
use Moo;
our ( $DEFAULT_SUB, $DEBUG, $ERROR );
-our $VERSION = '0.11016';
+our $VERSION = '0.11017';
$DEBUG = 0 unless defined $DEBUG;
$ERROR = "";