Subject: | MySQL parse |
Hi there,
After some fighting with perl and etc i got sqlfairy to work \o/. I just
came across a bug and also got a feature request.
bug: MySQL reserved words are not escaped. Example; If i have a table
called table; parseing crashes due to incorrect SQL. Please escape all
column/table/field names etc with `` or "" (the latter is only correct
if you have some custom mysql settings so backticks are prefered).
FRE: I also noted that references in InnoDB tables are not parsed (at
least; i didn't see them in the XML output).
Regards,
Elger