Skip to content

Commit

Permalink
Applying PR suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jmartinezramirez committed Jul 18, 2024
1 parent fbfa8d6 commit 13f2a30
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Snowflake.Data/Client/SnowflakeDbCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,12 @@ public override async Task<object> ExecuteScalarAsync(CancellationToken cancella
return DBNull.Value;
}

/// <summary>
/// Prepares the command for execution.
/// This method is currently not implemented and acts as a no-operation (Noop).
/// </summary>
public override void Prepare()
{
// Currently handled as a Noop
}

public string GetQueryId()
Expand Down

0 comments on commit 13f2a30

Please sign in to comment.