TestQueryWithIndexOnOneToTwoRelation_IfFilterOnIndexedRelation_ShouldFilter
is incorrect
#2574
Labels
Milestone
It looks at first glance to be a good test, but it actually shows a one-many being yielded as a one-one (
devices
in the second request is a one-many and should be of type[]map[string]any
).Removing the index from the Device.model field results in the correct result.
Possibly related to #2577
The text was updated successfully, but these errors were encountered: