Release 0.11005
Peter Rabbitson [Wed, 24 Feb 2010 08:24:28 +0000 (08:24 +0000)]
Changes
lib/SQL/Translator.pm

diff --git a/Changes b/Changes
index 58f3502..888420b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,11 @@
+# ----------------------------------------------------------
+# 0.11005 2010-02-24
+# ----------------------------------------------------------
 * Fix Parser::DBI::Oracle reading too many tables (RT#49413)
 * Fix Parser::MySQL tripping up on PRIMARY KEY ... USING (currently value is ignored) (RT#50468)
 * Fix runaway debug trace (RT#52276)
 * Fix Parser::PostgreSQL choking on commit; statements in DDL (#RT52277)
-* Producer::Oracle now respects quot_field|table_names, and
+* Producer::Oracle now respects quote_field|table_names, and
   no longer does name munging of reserved table names
 * Producer::Oracle now correctly outputs databse-unique index names
 
index bf94103..0b9946e 100644 (file)
@@ -24,7 +24,7 @@ use base 'Class::Base';
 
 require 5.005;
 
-$VERSION  = '0.11004';
+$VERSION  = '0.11005';
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";