You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2023/01/26 16:32:33 UTC

[ignite-3] branch main updated (118a33b522 -> 426a752702)

This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


    from 118a33b522 IGNITE-18527 Inline writeIntents into data storage on primary replica side (#1551)
     add 426a752702 IGNITE-17333 .NET: Add SQL ResultSet object mapping (#1584)

No new revisions were added by this update.

Summary of changes:
 .../requests/tx/ClientTransactionBeginRequest.java |   2 +-
 .../Sql/ResultSetBenchmarks.cs                     |  28 ++-
 .../dotnet/Apache.Ignite.Tests/FakeServer.cs       |  14 +-
 .../Linq/ResultSelectorCacheKeyTests.cs            |   2 +-
 .../Proto/MsgPack/MsgPackWriterTests.cs            |   2 -
 .../Sql/SqlResultSetObjectMappingTests.cs          | 238 +++++++++++++++++++++
 .../dotnet/Apache.Ignite/Internal/Linq/DEVNOTES.md |   8 +-
 .../Apache.Ignite/Internal/Linq/ResultSelector.cs  |  33 ++-
 .../Internal/Linq/ResultSelectorCacheKey.cs        |   6 +
 .../dotnet/Apache.Ignite/Internal/Sql/Sql.cs       |  12 +-
 .../Table/Serialization/ILGeneratorExtensions.cs   |  25 ++-
 11 files changed, 348 insertions(+), 22 deletions(-)
 create mode 100644 modules/platforms/dotnet/Apache.Ignite.Tests/Sql/SqlResultSetObjectMappingTests.cs