Commit d339c0e
refactor(tables): consolidate executor types onto planner exports
service.ts kept a private DbTransaction alias and two inline
typeof db | DbTransaction unions after planner.ts began exporting the
canonical DbTransaction/DbExecutor — import those instead. From the
/simplify review of the perf series; no behavior change.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent d0abf3e commit d339c0e
1 file changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
120 | 118 | | |
121 | 119 | | |
122 | 120 | | |
| |||
1607 | 1605 | | |
1608 | 1606 | | |
1609 | 1607 | | |
1610 | | - | |
| 1608 | + | |
1611 | 1609 | | |
1612 | 1610 | | |
1613 | 1611 | | |
| |||
2915 | 2913 | | |
2916 | 2914 | | |
2917 | 2915 | | |
2918 | | - | |
| 2916 | + | |
2919 | 2917 | | |
2920 | 2918 | | |
2921 | 2919 | | |
| |||
0 commit comments