-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AD-898] Ensure appName is set correctly (#112)
* [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-864] Improve UI/UX of DSN dialog. * [AD-864] Add/update screen-shots and documentation for new DSN dialog layout. * [AD-864] Correct validation for login timeout to allow zero. * Update src/odbc/os/win/include/documentdb/odbc/system/ui/dsn_configuration_window.h Co-authored-by: Alina (Xi) Li <[email protected]> * Update src/odbc/os/win/src/system/ui/dsn_configuration_window.cpp Co-authored-by: Alina (Xi) Li <[email protected]> * [AD-864] Review comment improvments. User/password handling improvements. * [AD-864] Review comment improvements. Fix rename bug. Improve dialog error handling. * [AD-864] Review comment improvements. Replace tab with spaces. * [AD-864] Review comment improvements. Remove commented code. * [AD-864] Review comment improvements. Use Cmake project version to set the driver version. * [AD-864] Review comment improvements. Set optional invalid values to default. * [AD-864] Review comment improvements. Handle port=0 validation. Improve balloon behaviour. * Update src/odbc/os/win/src/system/ui/custom_window.cpp Co-authored-by: Alina (Xi) Li <[email protected]> * [AD-898] Initial commit to add appName option on MongoCXX connection. * [AD-864] Fix identifier name bug. * [AD-898] Add unit test. Refactored some code. * [AD-898] Improvements via code review comments. * Update src/odbc-test/src/configuration_test.cpp Co-authored-by: Alina (Xi) Li <[email protected]> * Update src/odbc-test/src/configuration_test.cpp Co-authored-by: Alina (Xi) Li <[email protected]> * [AD-898] Improvements via code review comments. Co-authored-by: Alina (Xi) Li <[email protected]>
- Loading branch information
Showing
5 changed files
with
102 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters