-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lower casing field names #362
Comments
yeah, I think the ideal behavior is to try to preserve the case that the columns were created with, but always do case-insensitive comparisons on lookup and such. |
osheroff
pushed a commit
that referenced
this issue
Jul 13, 2016
#362: preserve case of columns as they came in
This was referenced Oct 20, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like lower casing was forced in #51. Is it possible to have a cli arg to disable this? I have a number of systems that require the case be the same as in the schema. I could remap it in my code but that would mean maintaining a mapping and conversion.
Thanks for consideration.
The text was updated successfully, but these errors were encountered: