Open npetryk opened 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
@npetryk sorry just saw this. I do think you're correct that EZDB should not be case sensitive when deserializing rows.
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