5.6.1 (2022-12-20)
Bug Fixes
- core: allow adding array of refs to collection (#3859) (0ce85e9)
- core: clone event manager when forking in
em.transactional
(0e523b3), closes #3857 - core: do not unset non-null relations when propagating remove operation (69a7f94), closes #3854
- core: fix compiled functions when relation property uses hyphens (22350bd), closes #3813
- core: fix populating relation with composite FK as primary key (b27578f), closes #3844
- core: improve inference in
em.findX()
methods (fcb1739) - core: propagation with nullable 1:1 relation (#3851) (d77c370), closes #3850
- core: remove
readonly
modifier fromPopulate
type (7b2dfb9) - mariadb: do not force date strings (8861354), closes #3853
- postgres: compare only simplified versions of check constraints (0fd8530), closes #3827
- postgres: ignore internal timescale schemas automatically (85d9083)