Skip to content

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

2 participants