Added MySQL producer (still in a pretty alpha stage, only barely functional).
[dbsrgits/SQL-Translator.git] / BUGS
CommitLineData
35bab742 1MySQL parser chokes on DEFAULT x NOT NULL, but works with NOT NULL DEFAULT x
2MySQL parser chokes on FULLTEXT index creation.
9398955f 3Oracle producer produces duplicate sequences occasionally; need demonstrative tests
4datatype text needs default size in ::Parser::MySQL (comes out as size 0)
5SQL Comments (technically) begin with '-- ', not '#'
6MySQL parser misses double-quoted strings in DEFAULT sections (I think)
7MySQL parser misses primary key declarations that don't occur as part of a field definition line (I think)