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

fix: escape column names correctly #2007

Merged
merged 1 commit into from
Feb 28, 2024
Merged

fix: escape column names correctly #2007

merged 1 commit into from
Feb 28, 2024

Conversation

chebbyChefNEQ
Copy link
Contributor

we used to do `nested.field`, and it is wrong.

This is changed to `nested`.`field`

@chebbyChefNEQ chebbyChefNEQ force-pushed the rmeng/fix-expr branch 2 times, most recently from 662a63f to 639bdba Compare February 27, 2024 22:32
name.split(".")
.map(|s| format!("`{}`", s))
.collect::<Vec<_>>()
.join(".")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a test?

@chebbyChefNEQ chebbyChefNEQ merged commit f628c1e into main Feb 28, 2024
16 of 17 checks passed
@chebbyChefNEQ chebbyChefNEQ deleted the rmeng/fix-expr branch February 28, 2024 00:16
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.

2 participants