Skip to content

Commit f49d61b

Browse files
committed
TML-2683: link orderBy follow-up (TML-2782); note SQLite under multi-target project
1 parent a3c0fa4 commit f49d61b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

projects/tml-2683/plan.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,10 @@ explicit N/A per the slice-DoD requirement.
127127
- **`orderBy` on a variant-narrowed collection has the same base-table-only gap for MTI variant
128128
columns** as the `where` path D5 fixed (`collection.ts` orderBy passes no variant to
129129
`createModelAccessor`). Surfaced + scope-controlled out of D5. The threading mechanism (optional
130-
`variantName` on `createModelAccessor`) is now in place, so the fix is small. → file a follow-up ticket.
130+
`variantName` on `createModelAccessor`) is now in place, so the fix is small. → filed as **TML-2782**.
131131
- **SQLite poly-include integration coverage** — deferred (design-notes D4), gated on the sqlite
132-
contract-builder gaining polymorphism support. → file a follow-up ticket.
132+
contract-builder gaining polymorphism support. Subsumed by the separately-tracked multi-target
133+
test-runtime project (a larger effort); not filed here. Some SQLite breakage is acceptable through
134+
mid-July while Postgres GA is the focus.
133135
- Type-level tests assert the variant-union result shape and `.variant()` narrowing.
134136
- PR description is the slice spec (`projects/tml-2683/spec.md`) + Linear back-link.

0 commit comments

Comments
 (0)