7.1.2 (2026-05-29)
Bug Fixes
- cli: allow
discovery:exportto generate an empty list of entities (#7795) (604f109) - core: avoid circular type in defineEntity index/unique
wherewith self-referencing relations (#7784) (82ad42a), closes #7440 - core: preserve sibling conditions next to
$and/$oron relation filters (#7790) (2b59672) - core: reload non-merged columns after upsert with a raw conflict target (#7800) (1366074)
- migrations: stop migrator.up() from churning a snapshot that matches the DB (#7804) (3f1297c), closes #7803 #7798 #7798
- sql: expose raw aliases in QueryBuilder execute() result type (#7785) (2944703)
- sql: handle scalar PK in joined mapping of composite-FK relations (#7802) (88fae8e), closes #7801
- sql: stabilize MySQL snapshot serialization for decimal/text/extra/comment (#7797) (184cfde), closes #7235 #7608 #7796
- sql: stop spurious Postgres schema diff on geometry typmod and truncated check names (#7803) (a972992), closes #7798 #7798
- sql: stop sqlite snapshot flip on table/column comments (#7799) (bac9210), closes #7798