Skip to content

Commit ce66bba

Browse files
committed
docs(upgrade): move the M:N read note to the 0.13→0.14 cycle
0.13.0 shipped without the sql-orm-client M:N runtime, so the note describing the correlated include reads belongs in the 0.13→0.14 extension-author instructions, not the now-released 0.12→0.13 doc. The upgrade-coverage gate targets 0.13→0.14 after the release bump. Signed-off-by: Alexey Orlenko's AI Agent <robot@aqrln.net>
1 parent 49aae68 commit ce66bba

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

skills/extension-author/prisma-next-extension-upgrade/upgrades/0.12-to-0.13/instructions.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ unchanged; no extension API change. No codemod required.
7373
Release bump 0.13.0 (#789): version-number changes across all workspace
7474
`package.json` files and `pnpm-lock.yaml` specifiers. Incidental substrate
7575
diff — no extension-author action required.
76-
77-
TML-2785: the sql-orm-client runtime gained M:N correlated include
78-
reads — `.include()` of an N:M relation resolves child rows through the
79-
junction table via a correlated subquery. Internal runtime only; no
80-
extension API or contract-shape change beyond the TML-2784 descriptor
81-
above. No extension-author action required.
8276
-->
8377

8478
# 0.12 → 0.13 — Extension-author upgrade instructions

skills/extension-author/prisma-next-extension-upgrade/upgrades/0.13-to-0.14/instructions.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ changes:
2121
anyMatch: true
2222
---
2323

24+
<!--
25+
TML-2785: the sql-orm-client runtime gained M:N correlated include
26+
reads — `.include()` of an N:M relation resolves child rows through the
27+
junction table via a correlated subquery. Internal runtime only; no
28+
extension API or contract-shape change. No extension-author action
29+
required.
30+
-->
31+
2432
# 0.13 → 0.14 — Extension-author upgrade instructions
2533

2634
## `qualify-flat-builder-accessors`

0 commit comments

Comments
 (0)