(bugfixed) release 0.09006
Peter Rabbitson [Wed, 10 Jun 2009 13:12:35 +0000 (13:12 +0000)]
Changes
lib/SQL/Translator.pm
t/60roundtrip.t

diff --git a/Changes b/Changes
index 3b7916f..361bcf8 100644 (file)
--- 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
 # ----------------------------------------------------------
index 232e83a..450b9c7 100644 (file)
@@ -24,7 +24,7 @@ use base 'Class::Base';
 
 require 5.005;
 
-$VERSION  = '0.09005';
+$VERSION  = '0.09006';
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";
 
index 2f98ca9..5c47b29 100644 (file)
@@ -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
 #  {