Binding array parameters not working with more than 1 item in the array #1075
Labels
question
Issue is a usage/other question rather than a bug
status-triage_done
Initial triage done, will be further handled by the driver team
Please answer these questions before submitting your issue.
In order to accurately debug the issue this information is required. Thanks!
What version of .NET driver are you using?
Snowflake.Data 4.2.0 Nuget Package
What operating system and processor architecture are you using?
Windows 11 x64
What version of .NET framework are you using?
.net 9
What did you do?
Data returning from Snowflake. But it is throwing exception with the following message
"Bind variable ? not set. SqlState: 42601, VendorCode: 2049"
It works fine if the parameter array
values
only have 1 item in it.Can you set logging to DEBUG and collect the logs?
https://community.snowflake.com/s/article/How-to-generate-log-file-on-Snowflake-connectors
There is an example in READMD.md file showing you how to enable logging.
Before sharing any information, please be sure to review the log and remove any sensitive
information.
The text was updated successfully, but these errors were encountered: