Re: [PR] IGNITE-25745 ODBC: Add SSL/TLS support [ignite-3]

2025-06-25 Thread via GitHub
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

Re: [PR] IGNITE-25745 ODBC: Add SSL/TLS support [ignite-3]

2025-06-24 Thread via GitHub
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:

Re: [PR] IGNITE-25745 ODBC: Add SSL/TLS support [ignite-3]

2025-06-24 Thread via GitHub
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

Re: [PR] IGNITE-25745 ODBC: Add SSL/TLS support [ignite-3]

2025-06-24 Thread via GitHub
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

Re: [PR] IGNITE-25745 ODBC: Add SSL/TLS support [ignite-3]

2025-06-24 Thread via GitHub
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

Re: [PR] IGNITE-25745 ODBC: Add SSL/TLS support [ignite-3]

2025-06-24 Thread via GitHub
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

Re: [PR] IGNITE-25745 ODBC: Add SSL/TLS support [ignite-3]

2025-06-24 Thread via GitHub
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

Re: [PR] IGNITE-25745 ODBC: Add SSL/TLS support [ignite-3]

2025-06-24 Thread via GitHub
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

[PR] IGNITE-25745 ODBC: Add SSL/TLS support [ignite-3]

2025-06-23 Thread via GitHub
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