This is an automated email from the ASF dual-hosted git repository.
nizhikov pushed a change to branch txsql
in repository https://gitbox.apache.org/repos/asf/ignite.git
from 00a0d4041ee IGNITE-22732 Transaction aware SQL (#11438)
add 90f4aba7ca5 IGNITE-22874 Support Transaction aware SQL in thin client
(#11493)
No new revisions were added by this update.
Summary of changes:
.../tx/SqlTransactionsIsolationTest.java | 80 +++++++++++++++++-----
.../client/thin/ClientFieldsQueryPager.java | 5 +-
.../internal/client/thin/ClientQueryPager.java | 8 ++-
.../internal/client/thin/GenericQueryPager.java | 22 ++++--
.../client/thin/ProtocolBitmaskFeature.java | 5 +-
.../internal/client/thin/TcpClientCache.java | 15 +++-
.../internal/client/thin/TcpIgniteClient.java | 23 ++++++-
.../platform/client/ClientBitmaskFeature.java | 5 +-
.../platform/client/ClientConnectionContext.java | 3 +
9 files changed, 135 insertions(+), 31 deletions(-)