6.6.11 (2026-03-31)
Bug Fixes
- core: fire orphan removal for OneToOne replacement when inverse already set (#7439) (674efd0), closes #7436
- core: prevent incorrect nullification of 1:1 inverse relations during joined loading (#7434) (1d46f0f)
- knex: allow contextual type inference for
raw()with string inputs (1683a54) - sql: pass transaction context through schema introspection to avoid deadlock (#7431) (03bd640), closes #7426 #7424