5.9.5 (2023-12-15)
Bug Fixes
- core: ensure eager loading on deeper levels work with joined strategy (cc5f476)
- core: fix extra updates for composite FKs that share a column (78772fb)
- core: fix infinite loop with
populate: true
andrefresh: true
(#5001) (9f63378) - core: fix returning statement hydration after
em.upsert
(a7e9a82), closes #4945 - core: respect context in virtual entity expression callback (84d42a7)
- postgres: allow using array operators (e.g.
@>
) with object arrays (6a5a1ef), closes #4973 - schema: improve json default diffing for down migrations (5bc19ba)
- sql: deduplicate keys in batch update queries (7de7a48)