Problem with JPA, EclipseLink and case sensitive mysql
问题 My application is working fine in a Windows environment, but when I'm trying to test in a linux server, I have a problem with the JPA EclipseLink sql generated. I created all my tables in lower case, but when I look in the logs, I see something like that, all in upper case: INSERT INTO PFC(ID, ALUMN,PROPOSED_ID) VALUES (?, ?, ?) mixed with others like this (sequences) in lower case: INSERT INTO buzonmensajes (mensajeid, buzonid) VALUES (?, ?) bind => [27, 1] and of course, everything goes