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 c86649d19a IGNITE-20499 Broadcast user-provided initial cluster 
configuration with cluster state and save it to storage along with defaults 
(#2817)
     add c5caad5a77 IGNITE-19218 Implement special columns query in ODBC  
(#2834)

No new revisions were added by this update.

Summary of changes:
 modules/platforms/cpp/ignite/odbc/CMakeLists.txt   |  1 +
 modules/platforms/cpp/ignite/odbc/query/query.h    |  3 +
 .../ignite/odbc/query/special_columns_query.cpp    | 91 ++++++++++++++++++++++
 ...rimary_keys_query.h => special_columns_query.h} | 70 ++++++++---------
 .../platforms/cpp/ignite/odbc/sql_statement.cpp    | 16 ++--
 .../cpp/tests/odbc-test/api_robustness_test.cpp    |  4 +-
 6 files changed, 136 insertions(+), 49 deletions(-)
 create mode 100644 
modules/platforms/cpp/ignite/odbc/query/special_columns_query.cpp
 copy modules/platforms/cpp/ignite/odbc/query/{primary_keys_query.h => 
special_columns_query.h} (67%)

Reply via email to