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

Add column name escaping (#10) #11

Merged
merged 1 commit into from
Nov 22, 2021

Conversation

bhenderson
Copy link
Contributor

@bhenderson bhenderson commented Nov 19, 2021

I'm not an expert at these things. We originally talked about just quoting spaces, but I realized that non-identifiers need to also be escaped. I'm also not sure if JSON is the best way to quote/escape a string in this context.

I don't care about an exact check for identifiers (valid unicode) because I don't mind if we add quotes where not needed. I just didn't want to add quotes to everything.

Closes #10

@koistya koistya merged commit 3d920a0 into kriasoft:main Nov 22, 2021
@koistya
Copy link
Member

koistya commented Nov 22, 2021

Cool, thanks! Just published v0.3.2 with that fix.

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.

support for column names with spaces
2 participants