Attempt to be more robust.lib/SQL/Translator/Validator.pm
[dbsrgits/SQL-Translator.git] / BUGS
diff --git a/BUGS b/BUGS
index 4f59eb6..58c5954 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -5,3 +5,4 @@ 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.