From: Jess Robinson Date: Fri, 2 Sep 2011 12:18:16 +0000 (+0100) Subject: Update to version 0.011009 X-Git-Tag: v0.11009~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=aa4dc4dcf15e544b0c4de1be4ef1652e46b46d83;p=dbsrgits%2FSQL-Translator.git Update to version 0.011009 --- diff --git a/Changes b/Changes index ad6a2c2..bfb547c 100644 --- 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 # ---------------------------------------------------------- diff --git a/lib/SQL/Translator.pm b/lib/SQL/Translator.pm index cec3a07..af23b62 100644 --- a/lib/SQL/Translator.pm +++ b/lib/SQL/Translator.pm @@ -24,7 +24,7 @@ use base 'Class::Base'; require 5.005; -$VERSION = '0.11008'; +$VERSION = '0.11009'; $DEBUG = 0 unless defined $DEBUG; $ERROR = "";