6.4.4 (2025-01-23)
Bug Fixes
- core: do not persist embeddables via
em.create()
(c6ed010) - core: fix multi insert when some values of a not-null column with default are missing (cd8f6e1)
- core: ignore partial loading hint on JSON column when pruning relations (fbdea0a)
- core: reduce chance of collisions of internal embedded properties (#6354) (98ab6a2), closes #6351
- query-builder: process custom types in join conditions (3a6153f), closes #6357
- schema: fixed handling of check constraints on MariaDB before 10.5.10 (#6352) (7d41e22), closes #6350