-
Notifications
You must be signed in to change notification settings - Fork 3
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
[AD-845] User and auth are supported in SQLConnect #109
Conversation
Ubuntu 20.04 Debug Build Unit Test Results 1 files ±0 1 suites ±0 30s ⏱️ -2s Results for commit d201c2f. ± Comparison against base commit f287d53. This pull request removes 5 and adds 10 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
MacOS Big Sur 11 Debug Build Unit Test Results 1 files ±0 1 suites ±0 45s ⏱️ -1s Results for commit d201c2f. ± Comparison against base commit f287d53. This pull request removes 5 and adds 10 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Windows 2022 (x64) Build Unit Test Results 1 files ±0 1 suites ±0 1m 12s ⏱️ +4s Results for commit d201c2f. ± Comparison against base commit f287d53. This pull request removes 5 and adds 10 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Windows 2022 (x32) Build Unit Test Results 1 files ±0 1 suites ±0 1m 4s ⏱️ -5s Results for commit d201c2f. ± Comparison against base commit f287d53. This pull request removes 5 and adds 10 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
MacOS Big Sur 11 Debug Build Code Coverage Result
|
Ubuntu 20.04 Debug Build Unit Test Results Check
|
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.
lgtm!
* [AD-845] Update user and password if passed to SQLConnect. * [AD-845] Add tests for SQLConnect. * [AD-845] Refactor Windows-specific code. * [AD-845] Attempt to resolve MacOS test error for writing to ODBC.INI * [AD-845] Attempt to resolve MacOS test error for writing to ODBC.INI * [AD-845] Fix Linux ODBC compile error. * [AD-845] Fix MacOS ODBC compile error. * [AD-845] Attempt to resolve Linux test error for writing to ODBC.INI * [AD-845] Attempt to resolve Linux test error for prefixed text in error message. * [AD-845] Refactor location to ODBC.INI * [AD-845] Attempt to resolve MacOS test error for writing to ODBC.INI * [AD-845] Code review suggestions.
* [AD-845] Update user and password if passed to SQLConnect. * [AD-845] Add tests for SQLConnect. * [AD-845] Refactor Windows-specific code. * [AD-845] Attempt to resolve MacOS test error for writing to ODBC.INI * [AD-845] Attempt to resolve MacOS test error for writing to ODBC.INI * [AD-845] Fix Linux ODBC compile error. * [AD-845] Fix MacOS ODBC compile error. * [AD-845] Attempt to resolve Linux test error for writing to ODBC.INI * [AD-845] Attempt to resolve Linux test error for prefixed text in error message. * [AD-845] Refactor location to ODBC.INI * [AD-845] Attempt to resolve MacOS test error for writing to ODBC.INI * [AD-845] Code review suggestions.
Summary
[AD-845] User and auth are supported in SQLConnect
Description
Fully support SQLConnect with passed username and password.
Related Issue
https://bitquill.atlassian.net/browse/AD-845
Additional Reviewers
@affonsoBQ
@alexey-temnikov
@alinaliBQ
@andiem-bq
@birschick-bq
@mitchell-elholm
@RoyZhang2022