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

[BUG] Handle column names that include double quotes #648

Merged
merged 5 commits into from
Feb 5, 2025

Conversation

TungstnBallon
Copy link
Contributor

Closes #641.

This PR enables SQLiteLoader and PostresLoader to handle column names with quotes.
Column names are now converted to SQL with the same mechanism as cell values (using a visitor).

It depends on #647, so I've marked this as a draft until the previous PR gets merged.

@TungstnBallon TungstnBallon marked this pull request as ready for review February 5, 2025 14:39
@TungstnBallon TungstnBallon requested a review from joluj February 5, 2025 14:39
@TungstnBallon TungstnBallon merged commit 380dda0 into main Feb 5, 2025
3 checks passed
@TungstnBallon TungstnBallon deleted the 641-sql-queries branch February 5, 2025 14:42
@github-actions github-actions bot locked and limited conversation to collaborators Feb 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Cannot read properties of undefined (reading 'length')
2 participants