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

Ensure databases, tables, and columns are escaped correctly #460

Merged
merged 4 commits into from Jul 24, 2023

Conversation

aangelisc
Copy link
Contributor

Databases, tables, or columns containing special characters must be escaped in order to be used correctly.

  • Update tests

Fixes #450

@aangelisc aangelisc self-assigned this Jul 19, 2023
@aangelisc aangelisc requested a review from a team as a code owner July 19, 2023 16:28
@aangelisc aangelisc changed the title Ensure databases and tables are escaped correctly Ensure databases, tables, and columns are escaped correctly Jul 19, 2023
Copy link
Contributor

@asimpson asimpson left a comment

Choose a reason for hiding this comment

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

Nicely done!

@aangelisc aangelisc merged commit 1a7e881 into main Jul 24, 2023
11 checks passed
@aangelisc aangelisc deleted the andreas/fix-escaping branch September 6, 2023 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Doesn't show table from database with "-" symbol in name
2 participants