fix: Reduce complexity for groupBy stats queries

Entire-Checkpoint: fc899a70a751
This commit is contained in:
2026-03-11 15:14:59 +01:00
parent 6e0fe62566
commit af78f06ced
3 changed files with 106 additions and 56 deletions

View File

@@ -14,7 +14,7 @@ import (
func TestBuildJobStatsQuery(t *testing.T) {
r := setup(t)
q := r.buildStatsQuery(nil, "USER")
q := r.buildStatsQuery(nil, "USER", 300)
sql, _, err := q.ToSql()
noErr(t, err)