find queries with embeddables fail if eager relation loaded with with JOINED
strategy
#2717
Labels
bug
Something isn't working
JOINED
strategy
#2717
Describe the bug
em.find
queries fail if an entity that includes both anembeddable
and eagerone-to-many
relationship used.Stack trace
To Reproduce
In
models.ts
:In
index.ts
:The find query fails if the above configuration is used.
Expected behavior
We should not see any errors.
Additional context
A reproducible repository can be found here.
Versions
The text was updated successfully, but these errors were encountered: