mirraj2 / EZDB

Java MySQL API
MIT License
12 stars 9 forks source link

Table.fromRow should (maybe?) perform case-insensitive matching #4

Open npetryk opened 5 years ago

npetryk commented 5 years ago

At least for MySQL:

Column, index, stored routine, and event names are not case sensitive on any platform, nor are column aliases

This is a bit of an API question, but it was surprising to me that case mattered when doing reflective hydration.

This seems to be the culprit

mirraj2 commented 3 years ago

@npetryk sorry just saw this. I do think you're correct that EZDB should not be case sensitive when deserializing rows.