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

feat(go/adbc/driver/snowflake): add quoted identifier ignore case option #1800

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zeroshade
Copy link
Member

closes #1766

@github-actions github-actions bot added this to the ADBC Libraries 1.0.0 milestone Apr 30, 2024
Copy link
Member

@lidavidm lidavidm left a comment

Choose a reason for hiding this comment

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

I suppose that means we could've just executed this all along and the behavior would've been fixed...?

I'm not sure we should go down the route of adding session options for every single Snowflake option. I'd rather just document our behavior and suggest manually running this if it is a problem.

Also, is this equivalent to the originally proposed option? I thought the problem was that a user wanted to be able to pass a prequoted, fully qualified name like "DATABASE"."SCHEMA"."TABLE" as the "table name"

@zeroshade
Copy link
Member Author

@davlee1972 is this sufficient to handle your request? Or do we need to explicitly implement an option that turns off the quote wrapping?

@lidavidm lidavidm removed this from the ADBC Libraries 1.0.0 milestone May 3, 2024
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.

go/adbc/driver/snowflake: add option for unquoted table name
2 participants