I'm sending a simple SELECT query using jdbc4 2.5.22 to a table which is named using a reserved key (Symbol).
I've escaped the table name with backticks but the query fails as if it didn;t recognise the escaping.
The error happen not on the SELECT query but on a hidden DESCRIBE query
the error doesn't happen with jdbc3 2.5.5