6.5.5 (2025-09-21)
Bug Fixes
- core: add missing
IncludeCount
type argument torepo.findByCursor()
(34c9630) - core: correctly diff nullable properties between undefined and null (#6864) (c30d1c9)
- core: skip mapping undeclared columns that match a different property name (#6860) (b29527e), closes #6861
- schema: improve diffing of generated columns (9a59ba6), closes #6858