Added MySQL producer (still in a pretty alpha stage, only barely functional).
[dbsrgits/SQL-Translator.git] / BUGS
diff --git a/BUGS b/BUGS
index 7d5a614..4f59eb6 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,2 +1,7 @@
 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)