This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a commit to branch ignite-27278
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/ignite-27278 by this push:
new 886078c5cac SQL done
886078c5cac is described below
commit 886078c5cacd159d105813959404089bd60270b6
Author: Pavel Tupitsyn <[email protected]>
AuthorDate: Tue Dec 23 15:36:36 2025 +0200
SQL done
---
modules/platforms/dotnet/Apache.Ignite/Internal/Sql/Sql.cs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/platforms/dotnet/Apache.Ignite/Internal/Sql/Sql.cs
b/modules/platforms/dotnet/Apache.Ignite/Internal/Sql/Sql.cs
index 7d1eb0e6a58..a6e533ed2b8 100644
--- a/modules/platforms/dotnet/Apache.Ignite/Internal/Sql/Sql.cs
+++ b/modules/platforms/dotnet/Apache.Ignite/Internal/Sql/Sql.cs
@@ -91,6 +91,8 @@ namespace Apache.Ignite.Internal.Sql
CancellationToken cancellationToken,
params object?[]? args)
{
+ IgniteArgumentCheck.NotNull(mapper);
+
return await ExecuteAsyncInternal(
transaction,
statement,