condition is a reserved word in MySQL. is there a way to tell OpenJPA to surround table and column names with backticks in queries? i though it would do that by default
i am trying to create a table called Condition but i get
javax.el.ELException: javax.enterprise.inject.CreationException:
org.apache.openjpa.lib.jdbc.ReportingSQLException: You have an error in
your SQL syntax; check the manual that corresponds to your MySQL server
version for the right syntax to use near 'Condition
- reserved words and table names Matthew Broadhead
- Re: reserved words and table names Matthew Broadhead
- Re: reserved words and table names Matthew Broadhead
- RE: reserved words and table names Boblitz John