Skip to content

fix(engine/mysql): Case-insensitive identifiers #1216

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

Merged
merged 1 commit into from
Sep 26, 2021

Conversation

kyleconroy
Copy link
Collaborator

The current catalog and compiler implementations are case-sensitive. Since PostgreSQL columns can be case-sensitive, this make sense. However, MySQL identifiers are case-insensitive. Instead of updating the compiler internals, update the MySQL engine to always return lower-case identifiers.

Fixes #1215 #953

@kyleconroy kyleconroy merged commit 508e8f2 into main Sep 26, 2021
@kyleconroy kyleconroy deleted the kyle/mysql-identifier-case-sensitivity branch September 26, 2021 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Column matching is case sensitive
1 participant