From: Ken Youens-Clark Date: Wed, 11 Jun 2003 04:15:42 +0000 (+0000) Subject: Removed fixed bugs, either need to verify other bugs exist (and fix) or X-Git-Tag: v0.02~29 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2787be50da9a3f653eba79ff62229dff3918abf7;p=dbsrgits%2FSQL-Translator.git Removed fixed bugs, either need to verify other bugs exist (and fix) or remove. --- diff --git a/BUGS b/BUGS index 58c5954..0c9949e 100644 --- a/BUGS +++ b/BUGS @@ -1,8 +1,4 @@ -MySQL parser chokes on DEFAULT x NOT NULL, but works with NOT NULL DEFAULT x -MySQL parser chokes on FULLTEXT index creation. Oracle producer produces duplicate sequences occasionally; need demonstrative tests datatype text needs default size in ::Parser::MySQL (comes out as size 0) -SQL Comments (technically) begin with '-- ', not '#' MySQL parser misses double-quoted strings in DEFAULT sections (I think) MySQL parser misses primary key declarations that don't occur as part of a field definition line (I think) -MySQL parser assumes size element of $data->{$table}->{fields}->{$fieldname}->{size} is an array.