Skip to content

Commit 69f487a

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 c256046 commit 69f487a

2 files changed

Lines changed: 6 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ changes:
2222
---
2323

2424
<!--
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+
2531
TML-2838: the temporary `--no-memory-protection-keys` test-harness workaround
2632
has been removed from every PGlite-backed vitest config (including
2733
`packages/3-extensions/{postgres,supabase}`) now that the WAL-teardown crash is

0 commit comments

Comments
 (0)