Skip to content
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

Make column references in SQL strings and column lists case insensitive #3424

Open
wjones127 opened this issue Jan 30, 2025 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@wjones127
Copy link
Contributor

When coming from languages that use camel case, such as TypeScript, it's easy to create datasets with mixed-case column names. However, it seems that our SQL parser works only with lower case, and to match any mixed case requires wrapper in backticks.

This also is an issue with column lists, such as the on parameter in merge insert. It's current impossible to use a mixed-case column as the join key in merge insert queries.

@wjones127 wjones127 added the enhancement New feature or request label Jan 30, 2025
@wjones127 wjones127 self-assigned this Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant