-
Notifications
You must be signed in to change notification settings - Fork 149
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
Incorrect results when array inserting content from Buffer into BINARY, VARBINARY and CHAR FOR BIT columns #883
Comments
Same issue is seen for BLOB columns |
Ok. So, you are inserting |
Row one should end in d4, row2 in d5 etc... |
Any update ? |
@markddrake Started working on it, will provide update soon. Thanks. |
* update Readme file (Bimal Jha) * update: windows binary for nodejs v19.x (Bimal Jha) * fix: for binary data array insert issue #883 (Bimal Jha) * fix: update nan version to 2.17.0 (Bimal Jha) * fea: Add support for getFunctions() APIs (Bimal Jha) * build(deps): bump minimatch from 3.0.4 to 3.1.2 (#893) (dependabot[bot]) * fea: add support for getTypeInfo() APIs (Bimal Jha) * Fix error in driverInstaller on z/OS (#884) (jolai)
@markddrake This issue is fixed in latest release. Please check https://github.com/ibmdb/node-ibm_db/blob/master/test/test-binary-array-insert.js for example. Thanks. |
Simple test case works. Removing workarounds and running full regression now. |
Using latest versions of node and ibm_db.
Generates the following output
Looking at the content in the database It appears that the values were not inserted correctly.
Not sure if my code is not correct, or if there is a bug.
The text was updated successfully, but these errors were encountered: