From: Peter Rabbitson Date: Wed, 24 Feb 2010 08:24:28 +0000 (+0000) Subject: Release 0.11005 X-Git-Tag: v0.11008~61 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e0ae2f7d2426231e83600413e0944df672ddf2f4;p=dbsrgits%2FSQL-Translator.git Release 0.11005 --- diff --git a/Changes b/Changes index 58f3502..888420b 100644 --- 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 diff --git a/lib/SQL/Translator.pm b/lib/SQL/Translator.pm index bf94103..0b9946e 100644 --- a/lib/SQL/Translator.pm +++ b/lib/SQL/Translator.pm @@ -24,7 +24,7 @@ use base 'Class::Base'; require 5.005; -$VERSION = '0.11004'; +$VERSION = '0.11005'; $DEBUG = 0 unless defined $DEBUG; $ERROR = "";