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

Strip surrounding quotes from column names #133

Merged
merged 1 commit into from
May 25, 2020
Merged

Strip surrounding quotes from column names #133

merged 1 commit into from
May 25, 2020

Conversation

cswinter
Copy link
Owner

This fixes an issue discovered in #132 whereby column names surrounded by quotes will retain the quotes and not be found. This makes it impossible to escape column names that coincide with keywords. This change adds a test case for this and fixes the bug by stripping any surrounding quotes in the parser (and also includes a bunch of random rustfmt changes).

@cswinter cswinter merged commit 9cf0c58 into master May 25, 2020
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.

1 participant