X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=BUGS;h=0c9949ead7c6b8010f7c38152c97e9015bc13966;hb=24e769f21e0ed1efe929fe483f828c762da411fb;hp=7d5a614365b9d9788b8a20fc862c8afffcce47a7;hpb=35bab74243827d6e141cd8b3986b1e9bb1f37f07;p=dbsrgits%2FSQL-Translator.git diff --git a/BUGS b/BUGS index 7d5a614..0c9949e 100644 --- a/BUGS +++ b/BUGS @@ -1,2 +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) +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)