SQL export does not escape keywords
Brought to you by:
jhereth,
peterbecker
If a database contains table names which are considered
to be keywords by the target database system, the SQL
script will not work. The workaround is to replace
occurances of the table name with a quoted version
(while making sure not to incidentally hit something
else), more ideally Elba would escape at least the
standard SQL keywords.