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

snowflake: cannot call SetOption("adbc.connection.catalog") or SetOption("adbc.connection.db_schema") #2167

Open
davidhcoe opened this issue Sep 18, 2024 · 2 comments · May be fixed by #2169
Labels
Type: bug Something isn't working

Comments

@davidhcoe
Copy link
Contributor

What happened?

Error occurs:

QL compilation error: syntax error line 1 at position 13 unexpected '?'.

And the call to the database is:

USE DATABASE ?

This is because Snowflake DDL does not support parameters.

Stack Trace

No response

How can we reproduce the bug?

No response

Environment/Setup

No response

@davidhcoe davidhcoe added the Type: bug Something isn't working label Sep 18, 2024
@davidhcoe
Copy link
Contributor Author

Proposed fix coming soon

@CurtHagenlocher
Copy link
Contributor

I saw this in the code over the weekend and was surprised that it worked... I guess it doesn't.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug Something isn't working
Projects
None yet
2 participants