7.1.8 (2026-07-28)
Bug Fixes
- core: convert custom types when querying composite PK via array form (#8035) (ba0c4c2)
- core: don't let a partially loaded fork entity clobber the parent context (#8036) (d3e9f1c)
- core: fix infinite recursion when flushing a
mapToPkFK with value0(#8004) (f01fd6f), closes #8003 - core: key composite primary keys with custom types by their database form (#8029) (5d582ec), closes #8021
- core: populate 1:m collections of parents with falsy PK values (#8002) (eaa25d4), closes #8000
- core: respect custom type conversion in identity map lookups (#8021) (44d470d), closes #8020
- migrations: respect
skipTables/skipViewswhen rewriting the snapshot (#8038) (08e5801), closes #8037 - migrations: store the create snapshot in the resolved migrations folder (#8027) (d7a9ea8), closes #8024
- sql: do not apply collection
whereof non-joined nested relations (#8030) (f3d48d8), closes #8022 - sql: order introspection queries so generated schema diffs are stable (#8031) (25d956b)
- sql: preserve query builder field types across joins and CTEs (#8005) (b8a5bea)