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
Reading the code, this may affect any relational filter in any aggregate. There also looks like there may be multiple separate code paths to achieve this flavour of bug. Top level, normal aggregate, normal aggregate where relation is also requested (this likely works, but is untested and may do other strange stuff). Be very careful with testing.
Originally discovered bug documented with TestQueryOneToOneWithCountWithCompoundOrFilterThatIncludesRelation
The text was updated successfully, but these errors were encountered:
## Relevant issue(s)
Resolves#1869
## Description
Fixes compound relational filters in aggregates where their dependencies
were not already part of the query.
## Relevant issue(s)
Resolvessourcenetwork#1869
## Description
Fixes compound relational filters in aggregates where their dependencies
were not already part of the query.
Reading the code, this may affect any relational filter in any aggregate. There also looks like there may be multiple separate code paths to achieve this flavour of bug. Top level, normal aggregate, normal aggregate where relation is also requested (this likely works, but is untested and may do other strange stuff). Be very careful with testing.
Originally discovered bug documented with
TestQueryOneToOneWithCountWithCompoundOrFilterThatIncludesRelation
The text was updated successfully, but these errors were encountered: