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
We appear to have no tests for _count(_group: {}) with filters on the top level query (we have some with filters on the aggregate). Database was populated when the error was found, although the error suggests that that is irrelevant and I guess that this would be reproducible in an empty db.
Probably affects the other aggregates too.
Seems likely that this is a very old bug that will have been reproducible for a long time.
The text was updated successfully, but these errors were encountered:
Schema:
Query:
Error (ln 439 of planner.go):
We appear to have no tests for
_count(_group: {})
with filters on the top level query (we have some with filters on the aggregate). Database was populated when the error was found, although the error suggests that that is irrelevant and I guess that this would be reproducible in an empty db.Probably affects the other aggregates too.
Seems likely that this is a very old bug that will have been reproducible for a long time.
The text was updated successfully, but these errors were encountered: