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
{{ message }}
This repository was archived by the owner on Oct 2, 2025. It is now read-only.
I tried to fetch a resource without adding the embeddables as relationships, but they just don't appear in the response - it works, just that the fields are not present, like if they were not included.
If I add the embbedables as relationships it fails because it tries to join with the non-existent table for the embbedable.
I'm using Doctrine Embeddables in a project but they don't work as expected.
I tried to fetch a resource without adding the embeddables as relationships, but they just don't appear in the response - it works, just that the fields are not present, like if they were not included.
If I add the embbedables as relationships it fails because it tries to join with the non-existent table for the embbedable.