node-jdbc
node-jdbc copied to clipboard
Issue wrong return value float type JDBC
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?
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.