CraZySacX / node-jdbc

JDBC Wrapper for node.js
140 stars 107 forks source link

Issue wrong return value float type JDBC #209

Open Hallmaan opened 4 years ago

Hallmaan commented 4 years ago

i got issue when getting data from mysql.

row data : https://prnt.sc/uml9rc

data with console.log : https://prnt.sc/umlb7m

why i got wrong value with float type?

tonioss22 commented 2 years ago

I know this is an old issue but this is not an issue with node-jdbc but an issue with javascript. There is many possible solutions that exists online if you search for javascript float precision.