-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ODBC SSL Compliance Fix #653
ODBC SSL Compliance Fix #653
Conversation
…oint bug when using SSL without protocol specified in url Signed-off-by: forestmvey <[email protected]>
…he url Signed-off-by: forestmvey <[email protected]>
…tribution node Signed-off-by: forestmvey <[email protected]>
… url and/or incompatible with server url Signed-off-by: forestmvey <[email protected]>
Signed-off-by: forestmvey <[email protected]>
Signed-off-by: forestmvey <[email protected]>
…ut server url generation into own function. Minor logic revisions. Signed-off-by: forestmvey <[email protected]>
…ausing an unusable UI state for windows users. Signed-off-by: forestmvey <[email protected]>
…failure to establish connection with url Signed-off-by: forestmvey <[email protected]>
…g valid server URL's with string_view usage. Signed-off-by: forestmvey <[email protected]>
ODBC SSL Compliance Fix
Codecov Report
@@ Coverage Diff @@
## main opensearch-project/sql#653 +/- ##
============================================
+ Coverage 94.57% 94.63% +0.06%
- Complexity 2743 2777 +34
============================================
Files 278 279 +1
Lines 7430 7517 +87
Branches 554 556 +2
============================================
+ Hits 7027 7114 +87
Misses 349 349
Partials 54 54
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@@ -120,7 +120,7 @@ extern "C" { | |||
#define DEFAULT_BOOLSASCHAR 0 | |||
#define DEFAULT_UNIQUEINDEX 1 /* dont recognize */ | |||
#define DEFAULT_LOGLEVEL OPENSEARCH_WARNING | |||
#define DEFAULT_USE_SSL 0 | |||
#define DEFAULT_USE_SSL 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any doc should be change accordingly?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could not find any reference to a default value for the use of SSL. We will make a ticket to update this page with at least a reference to download the driver.
https://opensearch.org/docs/latest/search-plugins/sql/odbc/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And also to note the defaults for the ODBC driver.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the change!
Demo video for this fix: Issue-280 |
Signed-off-by: John Mazanec <[email protected]>
Description
Fixed ODBC Driver Issues:
https://
prefixIssues Resolved
Issue: 280
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.