8000 Release v6.4.16 · mikro-orm/mikro-orm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v6.4.16

Latest
Compare
Choose a tag to compare
@B4nan B4nan released this 30 May 08:07
· 25 commits to master since this release

6.4.16 (2025-05-30)

Bug Fixes

  • core: fix extra updates after em.refresh is called on properties with custom types (6a6167e), closes #6674
  • core: fix implicit serialization when multiple populate hints are present (dbf8f3c), closes #6658
  • core: support custom types in type option of version properties (bd31fb6)
  • core: unlink old 1:1 relation on the owning side when changing inverse side (2f292cc), closes #6655
  • core: use explicit dataloader for M:N properties (6372e4c), closes #6665

Features

  • mssql: allow inserting when triggers are present in mssql tables (#6662) (efafb9b)
  • query-builder: validate wrong group operator position on scalar properties (0f5ce3d), closes #6684
0