Member since
06-29-2015
1
Post
0
Kudos Received
0
Solutions
06-29-2015
09:25 AM
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
... View more