-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix bug with SQLGetData incorrect set strLen and add exception for login timeout attribute. Signed-off-by: Forest Vey <[email protected]> * Adding test case for empty response. Signed-off-by: Forest Vey <[email protected]> * Add SQLGetData test and update to not set SQL_NO_TOTAL for empty responses. Signed-off-by: Forest Vey <[email protected]> * Cleaning up test comments. Signed-off-by: Forest Vey <[email protected]> * Removing not needed empty fetch test. Signed-off-by: Forest Vey <[email protected]> * re-work putStrToBuffer function. Signed-off-by: Forest Vey <[email protected]> * Indentation fix. Signed-off-by: Forest Vey <[email protected]> * Update PutStrToStrBuffer to note use SQL_NO_TOTAL. Signed-off-by: Forest Vey <[email protected]> * Revising setting cell offset. Signed-off-by: Forest Vey <[email protected]> * Cleaning up code for meaningless variables and conversions. Signed-off-by: Forest Vey <[email protected]> * Fixing off by one error when setting truncated cell offset. Signed-off-by: Forest Vey <[email protected]> * Updating wstring_convert to fix compilation error. Signed-off-by: Forest Vey <[email protected]> * Removing wstring_convert dependency to application_data_buffer_test. Signed-off-by: Forest Vey <[email protected]> * Moving to older version of cmake to fix windows build CI. Signed-off-by: Forest Vey <[email protected]> * Testing ignoring warnings compilation to fix windows build. Signed-off-by: Forest Vey <[email protected]> * Adding noerr flag for msbuild commands with aws-sdk-cpp. Signed-off-by: Forest Vey <[email protected]> * Upgrading cmake min req version. Signed-off-by: Forest Vey <[email protected]> * Reverting cmake version change. Signed-off-by: Forest Vey <[email protected]> * Revising test for reslen comparison in bytes. Signed-off-by: Forest Vey <[email protected]> * adding warnaserror flag for msbuild with aws-sdk-cpp. Signed-off-by: Forest Vey <[email protected]> * Adding noerr for C2220 Signed-off-by: Forest Vey <[email protected]> * Fixing noerr flag for msbuild command. Signed-off-by: Forest Vey <[email protected]> * Testing DAWS_SDK_WARNING_ARE_ERRORS Signed-off-by: Forest Vey <[email protected]> * re-organizing aws-sdk-cpp build script to ignore warnings. Signed-off-by: Forest Vey <[email protected]> * Re-testing DAWS_SDK_WARNINGS_ARE_ERRORS Signed-off-by: Forest Vey <[email protected]> * Testing deprecated-declarations Signed-off-by: Forest Vey <[email protected]> * Removing noerr portions to msbuild config. Signed-off-by: Forest Vey <[email protected]> * Adding MSVC specific error ignore. Signed-off-by: Forest Vey <[email protected]> * Disabling WX for aws-sdk-cpp compilation. Signed-off-by: Forest Vey <[email protected]> * Reverting aws-sdk-cpp fixes to use upstream instead. Signed-off-by: Forest Vey <[email protected]> * Removing aws-sdk-cpp build script for windows. Signed-off-by: Forest Vey <[email protected]> * Fixing invalid version updates for workflows during rebase. Signed-off-by: Forest Vey <[email protected]> --------- Signed-off-by: Forest Vey <[email protected]>
- Loading branch information
1 parent
a702de5
commit 9af2284
Showing
4 changed files
with
127 additions
and
13 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