-
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.
At 665 Conversion from VARCHAR to other C types (#33)
* support conversion from VARCHAR to numeric types, and error handling * error handling for double and float * add test case for VARCHAR to SQL Char * support converting from VARCHAR to Timestamp * add test case for from varchar to time and to date * error handling for time/date/timestamp * fix TS_TYPE_VARCHAR * fix all integration tests * add support for conversion from varchar to interval * revert changes for null-termination char, and improve helper functions * add missing checking for indicator * change buffer length for internal types in tests * improve helper function * fix memory leaks from strdup(), add action to upload memory leaks checking logs, add Charlene to PR template Co-authored-by: Jerry Leung <[email protected]>
- Loading branch information
Showing
13 changed files
with
2,026 additions
and
262 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,5 @@ | |
@raymond-lum | ||
@yanw-bq | ||
@jerrytfleung | ||
@csolonynka | ||
<!-- Any additional reviewers --> |
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
1,717 changes: 1,520 additions & 197 deletions
1,717
src/IntegrationTests/ITODBCResults/test_odbc_results.cpp
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.