(JPA) quotation marks around column names
dh2k7May 13 2008 — edited May 13 2008Hello,
we use postgres in our project.
But the table and column names are not in lowercase, (the first character is upper).
Is there a way that the jpa puts quotation marks around the table and column names in the queries, because postgres converts them all to lowercase if there are no quotation marks.
And then we get the error that the relation does not exist.
thanks!
Dirk