From: Fabien Wernli Date: Thu, 25 Feb 2010 12:38:04 +0000 (+0000) Subject: add to changes X-Git-Tag: v0.11008~53^2~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7b8cffe3334a22286c3e99082df2fed23a235367;p=dbsrgits%2FSQL-Translator.git add to changes --- diff --git a/Changes b/Changes index 888420b..bbe5476 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,10 @@ # ---------------------------------------------------------- +# 0.11006 +# ---------------------------------------------------------- +* Fix Producer::Oracle varchar2 without size def (ORA-00906: missing right parenthesis) +* Fix Producer::Oracle translate float to float and double to float(126) + +# ---------------------------------------------------------- # 0.11005 2010-02-24 # ---------------------------------------------------------- * Fix Parser::DBI::Oracle reading too many tables (RT#49413)