Commit 4763690
committed
fix(sql-orm-client): namespace-aware through resolver after TML-2605 rebase
Main's namespace work (TML-2605) removed the unboundTable helper the
resolver relied on and made runtime SQL namespace-qualified. Resolve the
junction via resolveTableForContract so requiredPayloadColumns reads the
correct table and the resolved namespaceId is carried on the descriptor.
Consolidate ResolvedThrough onto ContractRelationThrough (export the
latter from @prisma-next/contract) and surface the junction namespaceId,
addressing Will's review on #678 (collection-contract.ts:201
'Needs namespace' + 'Duplicate of ContractRelationThrough?').
Signed-off-by: Alexey Orlenko's AI Agent <robot@aqrln.net>1 parent db64368 commit 4763690
3 files changed
Lines changed: 10 additions & 8 deletions
File tree
- packages
- 1-framework/0-foundation/contract/src/exports
- 3-extensions/sql-orm-client
- src
- test
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
198 | 199 | | |
199 | 200 | | |
200 | 201 | | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
206 | 205 | | |
207 | 206 | | |
208 | 207 | | |
| |||
276 | 275 | | |
277 | 276 | | |
278 | 277 | | |
279 | | - | |
| 278 | + | |
280 | 279 | | |
281 | | - | |
282 | | - | |
| 280 | + | |
| 281 | + | |
283 | 282 | | |
284 | 283 | | |
285 | 284 | | |
| |||
292 | 291 | | |
293 | 292 | | |
294 | 293 | | |
| 294 | + | |
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
476 | 476 | | |
477 | 477 | | |
478 | 478 | | |
| 479 | + | |
479 | 480 | | |
480 | 481 | | |
481 | 482 | | |
| |||
0 commit comments