-
Notifications
You must be signed in to change notification settings - Fork 24
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 table names #232
base: main
Are you sure you want to change the base?
Conversation
…target-snowflake into reserved_table_name
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…target-snowflake into reserved_table_name
for more information, see https://pre-commit.ci
@edgarrmondragon see my recent changes. They solve the bug but not in a very elegant way, I was just hacking in fixes as I was running the tests so its not very well thought out, I'll probably refactor to clean it up. The gist is that instead of using conform_name to add quotes consistently in one place, since it had negative side effects, I send the full table name through the quote function for any case that we're building SQL string manually. The tests pass but I do worry that theres SDK string SQL building flows that I'm missing. |
Closes #230
Adds failing test for: