Update to version 0.011009
Jess Robinson [Fri, 2 Sep 2011 12:18:16 +0000 (13:18 +0100)]
Changes
lib/SQL/Translator.pm

diff --git a/Changes b/Changes
index ad6a2c2..bfb547c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,9 @@
 # ----------------------------------------------------------
+# 0.11009 2011-09-02
+
+* Fix MySQL producer to properly quote all table names on output (patch from geistteufel)
+
+# ----------------------------------------------------------
 # 0.11008 2011-05-04
 # ----------------------------------------------------------
 
index cec3a07..af23b62 100644 (file)
@@ -24,7 +24,7 @@ use base 'Class::Base';
 
 require 5.005;
 
-$VERSION  = '0.11008';
+$VERSION  = '0.11009';
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";