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

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


    from caf60dbecee IGNITE-26898 Reforward request to the target node in 
restartWithCleanup (#7008)
     add 87fad3e90a4 IGNITE-27013 ODBC 3.0: Implement heartbeats (#7001)

No new revisions were added by this update.

Summary of changes:
 modules/platforms/cpp/ignite/client/CMakeLists.txt |   4 +-
 .../cpp/ignite/client/detail/node_connection.cpp   |  14 +-
 .../cpp/ignite/client/detail/node_connection.h     |   3 -
 .../ignite/client/ignite_client_configuration.h    |  10 +-
 .../detail/duration_min_max.h}                     |  18 +-
 .../cpp/ignite/odbc/config/config_tools_test.cpp   |  52 ++++-
 .../cpp/ignite/odbc/config/configuration.cpp       |  35 ++-
 .../cpp/ignite/odbc/config/configuration.h         |  24 +-
 modules/platforms/cpp/ignite/odbc/odbc.cpp         |  72 +++---
 .../platforms/cpp/ignite/odbc/sql_connection.cpp   |  64 ++++-
 modules/platforms/cpp/ignite/odbc/sql_connection.h | 257 ++++++++++++---------
 .../platforms/cpp/ignite/odbc/sql_environment.cpp  |  24 +-
 .../platforms/cpp/ignite/odbc/sql_environment.h    |  17 +-
 .../platforms/cpp/ignite/protocol/CMakeLists.txt   |   1 +
 .../job_status.h => protocol/heartbeat_timeout.h}  |  32 ++-
 modules/platforms/cpp/ignite/protocol/messages.h   |   2 +-
 .../platforms/cpp/tests/odbc-test/CMakeLists.txt   |   2 +-
 .../cpp/tests/odbc-test/connection_test.cpp        |  10 +
 .../cpp/tests/odbc-test/odbc_connection.h          |  94 +++-----
 modules/platforms/cpp/tests/odbc-test/odbc_suite.h |  23 +-
 .../platforms/cpp/tests/odbc-test/queries_test.cpp |   3 +-
 modules/platforms/cpp/tests/odbc-test/ssl_test.cpp |   6 +-
 .../cpp/tests/odbc-test/transaction_test.cpp       |  42 ++++
 23 files changed, 530 insertions(+), 279 deletions(-)
 copy modules/platforms/cpp/ignite/{client/detail/compute/job_target_type.h => 
common/detail/duration_min_max.h} (71%)
 copy modules/platforms/cpp/ignite/{client/compute/job_status.h => 
protocol/heartbeat_timeout.h} (60%)

Reply via email to