UCM database provider: table column names case sensitivity
Hi!
I've created a new database provider for our application. I was using the "systemDatabase" provider before.
Now I have the problem, that the table column names now are all(?) upper case, by using the systemDatabase
provider some were upper case (as created) and others were lower case (out of views).
SystemDatabase: getStringValueByName("id")
new provider: getStringValueByName("ID")
Is there a possibility to set all table column names to lower case / upper case?
Thanks!
BR,
Volker