release 0.11017 v0.011017 v0.11017
Arthur Axel 'fREW' Schmidt [Wed, 30 Oct 2013 17:59:20 +0000 (12:59 -0500)]
Changes
lib/SQL/Translator.pm

diff --git a/Changes b/Changes
index f8715bf..1769f36 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 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)
index 3847b5a..a7d4850 100644 (file)
@@ -3,7 +3,7 @@ package SQL::Translator;
 use Moo;
 our ( $DEFAULT_SUB, $DEBUG, $ERROR );
 
-our $VERSION  = '0.11016';
+our $VERSION  = '0.11017';
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";