You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix length read from app ptr when param binding (#173)
This commit fixes the length handling of received wide-char strings as
parameters: the indicator-length pointer of the API call provides the
octet count, so the lenght needs to be divided by wide-char size.
Besides a couple of tests for the fix, the commit adds a new test on
null generation (both of non-NULL and NULL types).
(cherry picked from commit 29376ec)
Resolved conflict: s/WAPI_ERRNO/WCS2U8_ERRNO/ .
0 commit comments