Skip to content

Commit

Permalink
Change Prepare to be handled as a Noop
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jmartinezramirez committed Jul 18, 2024
1 parent 9736edd commit 9dead63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snowflake.Data/Client/SnowflakeDbCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public override async Task<object> ExecuteScalarAsync(CancellationToken cancella

public override void Prepare()
{
throw new NotImplementedException();
// Currently handled as a Noop
}

public string GetQueryId()
Expand Down

0 comments on commit 9dead63

Please sign in to comment.