SAP / node-hdb

SAP HANA Database Client for Node
Apache License 2.0
317 stars 98 forks source link

Decimal number like .8 cannot be accepted #208

Open gaobaiming opened 2 years ago

gaobaiming commented 2 years ago

When trying to insert to a column table, with decimal number '.8' ( for example) to a column of DECIMAL data type, an error 'Wrong input for DECIMAL type' would be raised.

Kindly fix the issue, thanks!

p.s. 1. data like '0.8' is OK;

  1. Is it OK if I submit a fix for this problem and will the submit be accepted?