This commit is contained in:
Nuno Cruces
2024-07-26 13:29:24 +01:00
parent 73125945f8
commit c766a4fed2
9 changed files with 67 additions and 56 deletions

View File

@@ -62,7 +62,7 @@ func (q *percentile) Value(ctx sqlite3.Context) {
ctx.ResultJSON(floats)
}
if err != nil {
ctx.ResultError(fmt.Errorf("percentile: %w", err))
ctx.ResultError(fmt.Errorf("percentile: %w", err)) // notest
}
}