5.9.7 (2023-12-30)
Bug Fixes
- core: check for root entity properties in
em.canPopulate()
when using STI (b8fcf45), closes #5043 - core: fix eager loading detection with multiple populate hints for one property (da1daf5), closes #5057
- core: support pivot entities with autoincrement PK (e250634), closes #4988
- postgres: respect column length in down migrations (222e2b8), closes #5048