node-redshift icon indicating copy to clipboard operation
node-redshift copied to clipboard

Query returning incorrect float values

Open martinvergara26 opened this issue 6 years ago • 0 comments

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

martinvergara26 avatar Aug 01 '19 00:08 martinvergara26