6.4.13 (2025-04-12)
Bug Fixes
- core: allow passing
null
andundefined
toref()
and respect it in return type (2708c7a) - core: fix entity path discovery for bun 1.2.7 (#6564) (a749a4a)
- core: fix type of a
Record
properties when mapping toEntityDTO
(e4ef475) - core: ignore collection operators in auto-joined filter conditions (c72c8c5), closes #6567
- core: make
populate
parameter ofem.populate()
readonly (#6580) (87d8c95), closes #6579 - core: respect owner schema when persisting M:N with wildcard entities (a53765f), closes #6575
- core: skip extra populate query for nullable 1:1 inverse sides (3a72ce5), closes #6568
- mssql: ensure formula properties are not selected twice when partial loading on a joined relation (763db15), closes #6547
- postgres: fix schema diffing for
default
andnullable
of check constraint enums (#6572) (db9b0bf), closes #6571 - query-builder: ignore nested relation filters when applying filters to auto-joined relations (b9ac04c), closes #6566