-
Notifications
You must be signed in to change notification settings - Fork 0
Updates for SQLGetDiagFieldW #38
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
Conversation
|
We can ignore the cancelled check, it was invoked by accident |
alinaliBQ
left a comment
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 have went through the code with Rob during our huddle previously, lgtm
af6a96c to
f33a81e
Compare
f33a81e to
e13d61e
Compare
…POINTER and to false for calls with SQLWCHAR
|
JFYI - I have cancelled the C++ workflows because they were invoked by accident; I had C++ workflows enabled briefly for testing and the |
alinaliBQ
left a comment
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
Working with Rob for bufferLen = SQL_NTS case
alinaliBQ
left a comment
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, pls run the Dev workflow for linter
Updates for SQLGetDiagFieldW coming from comments to initial merged PR.
Addresses the following issues:
Fixed bug in attribute_utils.h for GetAttributeSQLWCHAR to determine when truncation has been applied.