the float data isnt shown correctly on ui. i have a table with CAST(0.000000001 as FLOAT) value inside.
ui shows value: 0
csv download value: 0.0000
npgsql .NET value: 1E-09 // exact and correct.
Maybe consider to show the correct value as well on the ui ;]
qdb 8.1.1
the float data isnt shown correctly on ui. i have a table with
CAST(0.000000001 as FLOAT)
value inside. ui shows value:0
csv download value:0.0000
npgsql .NET value:1E-09
// exact and correct.Maybe consider to show the correct value as well on the ui ;] qdb 8.1.1