This is an automated email from the ASF dual-hosted git repository. ptupitsyn pushed a commit to branch ignite-22133-bak in repository https://gitbox.apache.org/repos/asf/ignite-3.git
commit 7b685b01dc9835193a0cced9c6a953b00a515700 Author: Pavel Tupitsyn <[email protected]> AuthorDate: Fri Jul 11 13:37:48 2025 +0300 Convert DBNull to null --- .../dotnet/Apache.Ignite.EntityFrameworkCore/DataCommon/IgniteCommand.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/platforms/dotnet/Apache.Ignite.EntityFrameworkCore/DataCommon/IgniteCommand.cs b/modules/platforms/dotnet/Apache.Ignite.EntityFrameworkCore/DataCommon/IgniteCommand.cs index 3bba3d2d7ec..0a419bf46bc 100644 --- a/modules/platforms/dotnet/Apache.Ignite.EntityFrameworkCore/DataCommon/IgniteCommand.cs +++ b/modules/platforms/dotnet/Apache.Ignite.EntityFrameworkCore/DataCommon/IgniteCommand.cs @@ -167,7 +167,6 @@ public class IgniteCommand : DbCommand { if (_parameters == null || _parameters.Count == 0) { - // No parameters, return an empty array. return []; }
