From: Arthur Axel 'fREW' Schmidt Date: Mon, 2 Jul 2012 21:12:54 +0000 (-0500) Subject: Release 0.11012 X-Git-Tag: v0.11012^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0d3019da6ba35f542a2dc915166d7ab4d12aa553;p=dbsrgits%2FSQL-Translator.git Release 0.11012 --- diff --git a/Changes b/Changes index 06c3d66..043b4da 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +# ---------------------------------------------------------- +# 0.11012 2012-07-02 +# ---------------------------------------------------------- + * Fix/update quoting in PostgreSQL producer * Add missing quote function to SQLServer producer * Fix incorrect Parser::DBI documentation (RT#60878) diff --git a/lib/SQL/Translator.pm b/lib/SQL/Translator.pm index d0e92da..ade1539 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.11011'; +our $VERSION = '0.11012'; $DEBUG = 0 unless defined $DEBUG; $ERROR = "";