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

SNOW-974746 document that we currently do not support bind variables in multi-statement queries #819

Merged

Conversation

sfc-gh-dszmolka
Copy link
Contributor

@sfc-gh-dszmolka sfc-gh-dszmolka commented Nov 22, 2023

re: SNOW-974746 / #817
document that we currently do not support bind variables in multi-statement queries, we're getting issues related to this

document-only change, based on https://docs.snowflake.com/en/developer-guide/sql-api/submitting-multiple-statements#specifying-multiple-sql-statements-in-the-request which sems to be valid for all the drivers

…tement queries, we're getting issues related to this
Copy link

codecov bot commented Nov 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (62f2206) 83.56% compared to head (60baeff) 83.49%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #819      +/-   ##
==========================================
- Coverage   83.56%   83.49%   -0.07%     
==========================================
  Files          89       89              
  Lines        9155     9155              
  Branches      837      837              
==========================================
- Hits         7650     7644       -6     
- Misses       1275     1281       +6     
  Partials      230      230              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ghost
Copy link

ghost commented Nov 22, 2023

Hi @sfc-gh-dszmolka
Never mind. My misunderstood. I think you are right. variable binding with ":" not supported for now while parameter binding with "?" works.

Thanks,
Harry

@sfc-gh-dszmolka sfc-gh-dszmolka changed the title document that we currently do not support bind variables in multi-statement queries, we're getting issues related to this SNOW-974746 document that we currently do not support bind variables in multi-statement queries, we're getting issues related to this Nov 23, 2023
@sfc-gh-knozderko sfc-gh-knozderko changed the title SNOW-974746 document that we currently do not support bind variables in multi-statement queries, we're getting issues related to this SNOW-974746 document that we currently do not support bind variables in multi-statement queries Dec 4, 2023
@sfc-gh-dszmolka sfc-gh-dszmolka merged commit 3710031 into master Dec 4, 2023
19 of 22 checks passed
@sfc-gh-dszmolka sfc-gh-dszmolka deleted the SNOW-974746-document-bind-variable-vs-multistatement branch December 4, 2023 15:08
@github-actions github-actions bot locked and limited conversation to collaborators Dec 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants