You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: