Closed sanasz91mdev closed 3 years ago
@sanasz91mdev any update from you on this?
@sanasz91mdev any update from you on this?
@cjbj i have added code, ddl to reproduce this issue . Also added platform versions https://github.com/oracle/node-oracledb/issues/1346
@sanasz91mdev Thanks for the updated questions. To go any further, we need a runnable test case, not individual code snippets. Importantly we need some data to insert.
This issue has been automatically marked as inactive because it has not been updated recently. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not been updated for a month.
I am doing bulk insertion using executeMany in node-oracle db. It executes successfully , but the Numbers with decimal points are being inserted as a false very large value ...
Actual values are for eg. 102.22, 456672.89 but they are being inserted as shown in image below: AMOUNT is a NUMBER column.
==================================================== AMOUNT being inserted is a very large incorrect value as shown.
Also, in binds i am passing field : Number. check function below:
makeBindsArray()
===================================================
=====================================================
why is this happening? .. Is this a Javascript issue or node-oracle db's ExecuteMany issue?
I am using
database server: Oracle 19c, 12c oracledb version 3.1.2