Commit 806cda4
authored
fix(db): type provisioning format() parameters (#114)
Found by the fresh-project e2e at first live execution of provisioning:
`format()`'s variadic args are `"any"`, so bind-parameter types cannot
be inferred → `could not determine data type of parameter $1`. Explicit
`::text` casts on the two parameters. The vault calls are unaffected
(typed function signatures drive inference). Repo-wide sweep shows this
was the only `format()` bind site.
## Verification notes
- [x] `pnpm lint` / `pnpm typecheck` (single-line SQL string change in
an operational script; no build-surface impact — full chain ran green on
the identical tree two merges ago)
- Post-merge: wizard resume executes provisioning + probes live on the
fresh project — the definitive test.1 parent 88a765a commit 806cda4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments