dmanjunath / node-redshift

A simple collection of tools to help you get started with Amazon Redshift from node.js
69 stars 48 forks source link

Query returning incorrect float values #30

Open martinvergara26 opened 5 years ago

martinvergara26 commented 5 years ago

Making a simple query like: select some_float_column from some_table; is returning a row with some_float_column = 1040480 But in the database it's actually 1040478.3

Same problem happening with other rows.

some_float_column is of type float4