entity fields returned lower-case
I'm using mysql from xampp, I added 'lower_case_table_names=2' in my.ini file of mysql, set tbale engine to "MyIsam" and when i run the project it still give me lower case fields
See https://dev.mysql.com/doc/refman/8.0/en/identifier-case-sensitivity.html
Not sure there is anything to do. Names for entities and fields follows java conventions so the way you store your table names do not matter.
I tried migrating the databse from Windows MySql to another MySql on Ubuntu, I can clearly get Uppercased column names, but unfortunately the fields generated were this way respectively :
- IDService => idservice
- typeRecord => TYPE_RECORD
I have no clue how the java conversion works for fields, is there anyway i can tweak this manually on your project, a temporary solution ?
you have the code so yeah, do whatever you need
Probably should close as won't fix. Windows...
Let's close it