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 column names in results being single characters when UNICODE is defined
* Fix statement on result object single character when UNICODE is defined
Fixesw1nk#112
Signed-off-by: Mark Irish <[email protected]>
clach04
pushed a commit
to clach04/node-odbc__DO_NOT_USE
that referenced
this issue
Dec 17, 2020
* [issue112] Fix more UNICODE issues (w1nk#116)
* Fix column names in results being single characters when UNICODE is defined
* Fix statement on result object single character when UNICODE is defined
* Bump version to 2.3.4
* Update CHANGELOG
* Regenerate package-lock.json
Signed-off-by: Mark Irish <[email protected]>
When doing querySync(), please obtain row count via SQLRowCount() and pass it into the callback function.
The text was updated successfully, but these errors were encountered: