6.0.5 (2024-01-18)
Bug Fixes
- cli: try to respect windows ESM binary (57e91e2), closes #5147
- core: do not infer
populate: ['*']
fromfields: ['*']
(f658376), closes #5139 - core: do not mutate data provided to
em.upsert/Many
(3d8c242), closes #5136 - core: don't convert mapped types for constructor parameters when creating new entity (37befd3), closes #5150
- core: fix bigint mode detection when hydrating new entity from returning statement (a42321d), closes #5146
- core: merge serialization hints when lazy populating (f1d2487), closes #5138
- query-builder: cache knex QB instance to get around issues with raw fragments (f6e76d8)
- reflection: improve detection of
Ref
types with FK as PK (c8858d2), closes #5144