From: Peter Rabbitson Date: Wed, 10 Jun 2009 13:12:35 +0000 (+0000) Subject: (bugfixed) release 0.09006 X-Git-Tag: v0.11008~152 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c1e2579fee4376f7c45ec059a6ddfc96352f98e2;p=dbsrgits%2FSQL-Translator.git (bugfixed) release 0.09006 --- diff --git a/Changes b/Changes index 3b7916f..361bcf8 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,14 @@ # ---------------------------------------------------------- # x.xxxxx xxxx-xx-xx # ---------------------------------------------------------- + +# ---------------------------------------------------------- +# 0.09006 2009-06-10 +# ---------------------------------------------------------- * Multiple test and dependency adhustments to make smokers happy * Fix YAML producer wrt extra attribute * Added support for "time(stamp) (p) with time zone" for Pg producer (mo) - # ---------------------------------------------------------- # 0.09005 2009-06-08 # ---------------------------------------------------------- diff --git a/lib/SQL/Translator.pm b/lib/SQL/Translator.pm index 232e83a..450b9c7 100644 --- a/lib/SQL/Translator.pm +++ b/lib/SQL/Translator.pm @@ -24,7 +24,7 @@ use base 'Class::Base'; require 5.005; -$VERSION = '0.09005'; +$VERSION = '0.09006'; $DEBUG = 0 unless defined $DEBUG; $ERROR = ""; diff --git a/t/60roundtrip.t b/t/60roundtrip.t index 2f98ca9..5c47b29 100644 --- a/t/60roundtrip.t +++ b/t/60roundtrip.t @@ -55,24 +55,24 @@ my $plan = [ parser_args => {}, }, - { - engine => 'Oracle', - producer_args => {}, - parser_args => {}, - todo => 'Needs volunteers', - }, - { - engine => 'Sybase', - producer_args => {}, - parser_args => {}, - todo => 'Needs volunteers', - }, - { - engine => 'DB2', - producer_args => {}, - parser_args => {}, - todo => 'Needs volunteers', - }, +# { +# engine => 'Oracle', +# producer_args => {}, +# parser_args => {}, +# todo => 'Needs volunteers', +# }, +# { +# engine => 'Sybase', +# producer_args => {}, +# parser_args => {}, +# todo => 'Needs volunteers', +# }, +# { +# engine => 'DB2', +# producer_args => {}, +# parser_args => {}, +# todo => 'Needs volunteers', +# }, # There is no Access producer # {