From 8b58bfb181715a18b47428a678a944dcf3656bd5 Mon Sep 17 00:00:00 2001 From: Krzysztof Nozderko Date: Thu, 22 Feb 2024 10:40:13 +0100 Subject: [PATCH] Nothing important --- Snowflake.Data/Core/SFStatement.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Snowflake.Data/Core/SFStatement.cs b/Snowflake.Data/Core/SFStatement.cs index a8ada8af2..8ee57c35f 100644 --- a/Snowflake.Data/Core/SFStatement.cs +++ b/Snowflake.Data/Core/SFStatement.cs @@ -361,6 +361,7 @@ internal SFBaseResultSet Execute(int timeout, string sql, Dictionary bindings, bool describeOnly) { + logger.Info("Executing ExecuteSqlWithPutGet"); try { isPutGetQuery = true;