From: Peter Rabbitson Date: Wed, 2 Jun 2010 08:23:17 +0000 (+0000) Subject: Changes reformat X-Git-Tag: v0.11008~45 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=05e77abf5f0c45237ecad66c55f177dfb5f0f880;p=dbsrgits%2FSQL-Translator.git Changes reformat --- diff --git a/Changes b/Changes index 7d9877a..596ac27 100644 --- a/Changes +++ b/Changes @@ -1,14 +1,13 @@ + +* Fix Producer::Oracle varchar2 without size def (ORA-00906: missing right + parenthesis) +* Fix Producer::Oracle translate float and double to float instead of number * Fix Producer::Oracle generation of too long unique constraint names +* Fix Producer::SQLite when generating VIEWs with add_drop_table => 1 * Producer::Oracle tests now use Test::Differences * Prettify output of SQLite producer (less bogus newlines) -* Augment SQLite and Pg producers to accept a perl-formatted - (%d.%03d%03d) and 3-part (X.X.X) *_version producer args - -# ---------------------------------------------------------- -# 0.11006 -# ---------------------------------------------------------- -* Fix Producer::Oracle varchar2 without size def (ORA-00906: missing right parenthesis) -* Fix Producer::Oracle translate float and double to float instead of number +* Augment SQLite and Pg producers to accept a perl-formatted (%d.%03d%03d) + and regular no-leading-zero (X.X.X) *_version producer args # ---------------------------------------------------------- # 0.11005 2010-02-24