Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Snowflake.Data/Core/SFStatement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
QueuedReparingWarehouse,
[StringAttr(value = "RESTARTED")]
Restarted,
// The state when a statement is waiting on a lock on resource held by another statement.
[StringAttr(value = "BLOCKED")]
Blocked,
}
Expand Down Expand Up @@ -68,6 +69,7 @@
case QueryStatus.Queued:
case QueryStatus.QueuedReparingWarehouse:
case QueryStatus.NoData:
case QueryStatus.Blocked:
return true;
default:
return false;
Expand All @@ -83,7 +85,6 @@
case QueryStatus.Aborted:
case QueryStatus.FailedWithIncident:
case QueryStatus.Disconnected:
case QueryStatus.Blocked:
return true;
default:
return false;
Expand Down Expand Up @@ -432,12 +433,12 @@

return BuildResultSet(response, cancellationToken);
}
catch (OperationCanceledException ex)

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net6.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net6.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net9.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net9.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net7.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net7.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net8.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net8.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net8.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net8.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net9.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net9.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net6.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net6.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net9.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net9.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net6.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net6.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net7.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net7.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net7.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net7.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net8.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net8.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net9.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net9.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net7.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net7.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net9.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net9.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net9.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net9.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net9.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net9.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net8.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net8.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net6.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net6.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net8.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net8.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net6.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net6.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net8.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net8.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net8.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net8.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net48, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net48, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net7.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net7.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net7.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net7.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net471, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net471, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net9.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net9.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net6.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net6.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net481, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net481, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net462, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net462, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net7.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net7.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net6.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net6.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net6.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net6.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net7.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net7.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net481, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net481, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net8.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net8.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net6.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net6.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net7.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net7.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net472, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net472, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net48, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net48, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net471, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net471, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net9.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net9.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net481, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net481, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net462, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net462, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net8.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net8.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net471, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net471, AWS)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net472, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net472, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net48, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net48, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net462, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net462, AZURE)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net472, GCP)

The variable 'ex' is declared but never used

Check warning on line 436 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net472, GCP)

The variable 'ex' is declared but never used
{
logger.Warn($"Query execution canceled.");
throw;
}
catch (Exception ex)

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net6.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net6.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net9.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net9.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net7.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net7.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net8.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net8.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net8.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net8.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net9.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net9.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net6.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net6.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net9.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net9.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net6.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net6.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net7.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net7.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net7.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net7.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net8.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net8.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net9.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net9.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net7.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net7.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net9.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net9.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net9.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net9.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net9.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net9.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net8.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net8.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net6.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net6.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net8.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net8.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net6.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Linux (net6.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net8.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net8.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net8.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net8.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net48, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net48, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net7.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net7.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net7.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net7.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net471, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net471, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net9.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net9.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net6.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net6.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net481, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net481, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net462, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net462, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net7.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net7.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net6.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net6.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net6.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net6.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net7.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net7.0, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net481, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net481, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net8.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net8.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net6.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net6.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net7.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net7.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net472, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net472, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net48, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net48, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net471, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net471, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net9.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on MAC (net9.0, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net481, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net481, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net462, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net462, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net8.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net8.0, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net471, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net471, AWS)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net472, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net472, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net48, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net48, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net462, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net462, AZURE)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net472, GCP)

The variable 'ex' is declared but never used

Check warning on line 441 in Snowflake.Data/Core/SFStatement.cs

View workflow job for this annotation

GitHub Actions / Tests on Windows (net472, GCP)

The variable 'ex' is declared but never used
{
logger.Error("Query execution failed.");
throw;
Expand Down
Loading