| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-31 | 1.2 kB | |
| v6.6.11 source code.tar.gz | 2026-03-31 | 16.5 MB | |
| v6.6.11 source code.zip | 2026-03-31 | 18.0 MB | |
| Totals: 3 Items | 34.5 MB | 0 | |
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