How to use illegal names for MySQL with SQLObject?
In pure SQL it is possible to use backquotes, say:
SELECT `select from` FROM table1 WHERE 1;
...can be used to select the field called select from
. Is it possible to tell SQLObject to utilize backquotes?