X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=888420b30c203ecd3c707665599779a73abb7604;hb=e0ae2f7d2426231e83600413e0944df672ddf2f4;hp=58f3502bf351b5ffbad8d673e0f8e983fdfc7a31;hpb=62a64f6c26dd9b02fc8e78c0b010b8b64b187fca;p=dbsrgits%2FSQL-Translator.git 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