From: Peter Rabbitson Date: Mon, 28 Sep 2009 06:49:11 +0000 (+0000) Subject: Release 0.11003 X-Git-Tag: v0.11008~81 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6142e63541b6a6ae5658437b0ff49332c9121212;p=dbsrgits%2FSQL-Translator.git Release 0.11003 --- diff --git a/Changes b/Changes index a590ebb..9860cd6 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +# ---------------------------------------------------------- +# 0.11003 2009-09-28 +# ---------------------------------------------------------- * Pg parser fixes to deal properly with MATCH * Pg parser fixes to parse timestamp attributes correctly * Fix broken default detection in script/sqlt (RT#27438) diff --git a/lib/SQL/Translator.pm b/lib/SQL/Translator.pm index 3e7b0ec..1fe18c0 100644 --- a/lib/SQL/Translator.pm +++ b/lib/SQL/Translator.pm @@ -24,7 +24,7 @@ use base 'Class::Base'; require 5.005; -$VERSION = '0.11002'; +$VERSION = '0.11003'; $DEBUG = 0 unless defined $DEBUG; $ERROR = "";