Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
c907a67
docs(projects): scaffold unify-query-operations project and self-any-…
SevInf May 21, 2026
f8b8f73
feat(operations): add `any: true` arm to SelfSpec and QueryOperationS…
SevInf May 21, 2026
85adaf0
feat(sql-orm-client): wire `any: true` arm through model-accessor + O…
SevInf May 21, 2026
50bf5b4
docs(projects): scaffold family-ops-factory slice for unify-query-ope…
SevInf May 21, 2026
e637f10
feat(family-sql): publish type twin for QueryOperationTypes<CT>
SevInf May 21, 2026
0f289b0
feat(family-sql): wire sqlFamilyOperations factory and descriptor-met…
SevInf May 21, 2026
c73debb
feat(sql-runtime): wire SQL family descriptor into createExecutionCon…
SevInf May 21, 2026
7047827
docs(projects): split unify-query-operations slice 3 \`collapse-consu…
SevInf May 21, 2026
6d505f3
docs(projects): scaffold collapse-consumers slice for unify-query-ope…
SevInf May 21, 2026
b430232
refactor(sql-builder): delete BuiltinFunctions, rename fns.ne to fns.neq
SevInf May 21, 2026
c717ba8
refactor(sql-orm-client): collapse ORM accessor to registry loop; del…
SevInf May 28, 2026
11a2ad7
refactor(sql-orm-client): delete ComparisonMethods<T, Traits>; derive…
SevInf May 28, 2026
00e9482
fix(family-sql): CodecIdsWithTrait gates on tuple but ExtractCodecTyp…
SevInf May 28, 2026
e80116a
fix(sql-orm-client): re-emit fixtures with SqlFamilyQueryOperationTypes
SevInf May 28, 2026
d6dbd16
fix(sql-orm-client): migrate hand-rolled test fixtures to registry-de…
SevInf May 28, 2026
6b1f8b8
fix(fixtures): re-emit stale contract.d.ts files with SqlFamilyQueryO…
SevInf May 28, 2026
568a465
fix(fixtures): re-emit extension contract-spaces + e2e fixtures with …
SevInf May 28, 2026
1bdd1a3
fix(test/e2e): re-emit sqlite fixture with SqlFamilyQueryOperationTypes
SevInf May 28, 2026
01db62e
docs(unify-query-operations): manual-QA script for collapse-consumers…
SevInf May 28, 2026
a58240d
docs(unify-query-operations): manual-QA run report 2026-05-28
SevInf May 28, 2026
065de55
refactor(family-sql,sql-runtime): break workspace build cycle; make f…
SevInf May 29, 2026
08f9ab0
fix(fixtures): re-emit after rebase onto origin/main
SevInf May 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion apps/telemetry-backend/src/prisma/contract.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion examples/cipherstash-integration/src/prisma/contract.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

196 changes: 196 additions & 0 deletions examples/paradedb-demo/prisma/contract.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

164 changes: 164 additions & 0 deletions examples/paradedb-demo/prisma/contract.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading