-
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-834778: Getting System.NotImplementedException exception (Support for VARIANT and ARRAY binding) #169
Comments
I think I got it to work by converting the params into Now I am having an issue binding to an ARRAY type. I have an array of
|
So far we cannot bind an array. This is a known limitation. |
@ChTimTsubasa @sfc-gh-stakeda it's been almost two years since this issue was addressed, is there any update on supporting cc @congxu84 |
Bump. Curious if it is planned to support this ever. |
hello and thank you for submitting this issue, and apologies for the long comment-less period. Now the server-side should support both datatypes I think, so we'll take a look how it could be implemented into the .NET client as well. |
so it's currently not implemented in the .NET client? I'm still having issues of |
Hi there! Do you have any progress / any ETA regarding to this issue? This would be a very usefully feature in many cases, like IN clause, or SELECT in subqueries, etc Thank you |
thank you all for your interest in this feature - at this moment I do not have any estimation on the timeline but we'll sync internally and update this thread here once there's any estimation. Thank you for bearing with us while this feature is implemented ! |
any update on this feature |
hi @xujiabean can you please confirm what exactly you're trying to do and what is the error you're getting ? is it perhaps Binding an array As Variable ? |
I am trying to get some data into snowflake, and I am getting the following exception:
My sql statement looks like the following:
And then I try to bind the parameter values:
I might be doing the whole parameter binding wrong, but the exception itself isn't very insightful. Could you point me to the right direction?
Thanks.
The text was updated successfully, but these errors were encountered: