-
Notifications
You must be signed in to change notification settings - Fork 140
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-1468887: Question - Support array binding other than SQL INSERT #967
Comments
hi - thanks for submitting this question. I do not know of such plans for the near future, but let me research a little bit |
i have some progress on this - found out that from the server-side, we already support bind variables in some part of the |
Hi there, here is a very minimal example:
C# Code:
Maybe it is a bit pseudo code, but executing it in our test infrastructure throws the following exception:
Note: |
thank you so much for the example! this error message indeed comes from the Snowflake backend, and this type of query is not supported. I'm not aware of any plans to support it in the near future but i'm trying to sync with the devs from the relevant area to see if there's any plans still. I'll update this thread. |
I'm closing this because currently there are no plans to support this on the backend. If there will be any and known to me, I'll update this thread. |
Hi There,
After upgrading to Snowflake.Data 3.1.0, the package still lack of supporting array binding if the executed SQL statement is other than "INSERT".
Do you have any plan to support this feature? This would be very useful for "MERGE" or "SELECT... WHERE IN (?)", etc queries.
Thank you
The text was updated successfully, but these errors were encountered: