SNOW-1805438: BuildResultSet >> NullReferenceException #1059
Labels
bug
status-fixed_awaiting_release
The issue has been fixed, its PR merged, and now awaiting the next release cycle of the connector.
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?
<PackageReference Include="Snowflake.Data" Version="4.2.0" />
What operating system and processor architecture are you using?
windows x64
What version of .NET framework are you using?
net8.0
What did you do?
called
ExecuteNonQueryAsync(cancellationToken);
onDbCommand
What did you expect to see?
Descriptive error message: what was wrong. The current driver's implementation throws a
null reference
exception.Can you set logging to DEBUG and collect the logs?
here's call stack
Looks like the response is
null
somehowBased on the call stack, here's what has been called before the exception
Don't know the exact command's query params. It would be nice if the connector will catch the exception and provide some details on what was wrong.
The text was updated successfully, but these errors were encountered: