isapego commented on code in PR #6102:
URL: https://github.com/apache/ignite-3/pull/6102#discussion_r2163336538
##
modules/platforms/cpp/ignite/odbc/config/configuration.h:
##
@@ -145,6 +149,34 @@ class configuration {
*/
[[nodiscard]] const value_with_default &get_ti
ptupitsyn commented on code in PR #6102:
URL: https://github.com/apache/ignite-3/pull/6102#discussion_r2163302843
##
modules/platforms/cpp/ignite/odbc/config/configuration.h:
##
@@ -104,7 +108,7 @@ class configuration {
void set_schema(std::string schema) { m_schema = {std:
Copilot commented on code in PR #6102:
URL: https://github.com/apache/ignite-3/pull/6102#discussion_r2163015164
##
modules/platforms/cpp/tests/odbc-test/ssl_test.cpp:
##
@@ -0,0 +1,264 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+* contributor li
isapego merged PR #6102:
URL: https://github.com/apache/ignite-3/pull/6102
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: notifications-unsubscr...@ign
isapego commented on code in PR #6102:
URL: https://github.com/apache/ignite-3/pull/6102#discussion_r2163360055
##
modules/platforms/cpp/ignite/odbc/sql_connection.cpp:
##
@@ -119,9 +119,37 @@ void sql_connection::establish(const configuration &cfg) {
IGNITE_ODBC_API_CALL(i
isapego commented on code in PR #6102:
URL: https://github.com/apache/ignite-3/pull/6102#discussion_r2163335690
##
modules/platforms/cpp/ignite/odbc/config/configuration.h:
##
@@ -104,7 +108,7 @@ class configuration {
void set_schema(std::string schema) { m_schema = {std::m
isapego commented on code in PR #6102:
URL: https://github.com/apache/ignite-3/pull/6102#discussion_r2163022546
##
modules/platforms/cpp/tests/odbc-test/ssl_test.cpp:
##
@@ -0,0 +1,264 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+* contributor li
isapego commented on code in PR #6102:
URL: https://github.com/apache/ignite-3/pull/6102#discussion_r2163019164
##
modules/platforms/cpp/tests/odbc-test/ssl_test.cpp:
##
@@ -0,0 +1,264 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+* contributor li
isapego opened a new pull request, #6102:
URL: https://github.com/apache/ignite-3/pull/6102
https://issues.apache.org/jira/browse/IGNITE-25745
- Added support for SSL;
- Added tests.
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo