robertohuertasm / SQLite4Unity3d

SQLite made easy for Unity3d
MIT License
1.28k stars 265 forks source link

[Feature request] Make serialized variable name case-insensitive #47

Open Naphier opened 7 years ago

Naphier commented 7 years ago

There doesn't seem to be a way to do this currently and the majority of the support I give to clients using this is they get the case wrong on column names. They're used to SQL just not being case sensitive, but of course C# is. So it would be great if there was an option to ignore case on the serialized/reflected values.

Thanks! This is a solid product!