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: Handle reserved words in db, schema and table names #242

Merged
merged 10 commits into from
Aug 13, 2024

Conversation

edgarrmondragon
Copy link
Member

@edgarrmondragon edgarrmondragon commented Aug 12, 2024

@edgarrmondragon edgarrmondragon force-pushed the dialect_normalize_name branch 11 times, most recently from 10a4ceb to fd60bb1 Compare August 13, 2024 01:30
…rmalize_name` dialect helper

Co-authored-by: Pat Nadolny <[email protected]>
Copy link
Contributor

@pnadolny13 pnadolny13 left a comment

Choose a reason for hiding this comment

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

@edgarrmondragon I know this is in draft still but this looks like a good approach to me and with the addition of the new passing tests it seems safe to merge whenever youre ready.

@edgarrmondragon edgarrmondragon changed the title fix: Handle reserved words in db, schema and table names with the normalize_name dialect helper fix: Handle reserved words in db, schema and table names Aug 13, 2024
@edgarrmondragon edgarrmondragon marked this pull request as ready for review August 13, 2024 23:23
@edgarrmondragon edgarrmondragon merged commit c66ce2b into main Aug 13, 2024
9 checks passed
@edgarrmondragon edgarrmondragon deleted the dialect_normalize_name branch August 13, 2024 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

bug: SQL compilation error...unexpected '.' when table name is ORDER
2 participants