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 c24396320d289c42aa5db327586013fa4d0eaa9e
Author: Pavel Tupitsyn <[email protected]>
AuthorDate: Fri Jul 11 15:53:31 2025 +0300

    wip
---
 .../Update/Internal/IgniteUpdateSqlGenerator.cs                          | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/modules/platforms/dotnet/Apache.Ignite.EntityFrameworkCore/Update/Internal/IgniteUpdateSqlGenerator.cs
 
b/modules/platforms/dotnet/Apache.Ignite.EntityFrameworkCore/Update/Internal/IgniteUpdateSqlGenerator.cs
index 2606b220cb7..4c4e1ccddff 100644
--- 
a/modules/platforms/dotnet/Apache.Ignite.EntityFrameworkCore/Update/Internal/IgniteUpdateSqlGenerator.cs
+++ 
b/modules/platforms/dotnet/Apache.Ignite.EntityFrameworkCore/Update/Internal/IgniteUpdateSqlGenerator.cs
@@ -52,6 +52,7 @@ public class IgniteUpdateSqlGenerator : 
UpdateAndSelectSqlGenerator
     protected override void AppendRowsAffectedWhereCondition(StringBuilder 
commandStringBuilder, int expectedRowsAffected)
     {
         // TODO: This is needed to obtain the last inserted row ID for 
auto-increment columns.
+        // TODO: See UseSqlReturningClause in sqlite provider.
         commandStringBuilder.Append("1 = 1");
     }
 

Reply via email to