Closed soyacz closed 2 months ago
@k0machi can you also take a look at this one - it's a bug preventing showing results in perf-simple-query tests
@k0machi can you also take a look at this one - it's a bug preventing showing results in perf-simple-query tests
You have a merge conflict here
@k0machi can you also take a look at this one - it's a bug preventing showing results in perf-simple-query tests
You have a merge conflict here
fixed
When result table contains 0 value, it breaks because empty string is passed to
formatValue
function in this case. This causes failure to conversion to string (and anyway is wrong).