From: Alex <xk...@gm...> - 2009-09-13 02:20:39
|
How to use illegal names for MySQL with SQLObject? In pure SQL it is possible to use backuotes, say: SELECT `select from` FROM table1 WHERE 1; ...can be used to select the field called `select from`. My situation is that I already have a DB which I'm trying to connect with SQLObject to. MySQL throws an error because the table has illegal names. Is it possible to tell SQLObject to utilize backquotes? |