Commit cb1bd40
committed
fix(runtime): read the record number as a string in the autonumber parity probe (#15267)
`SqlDriver.create()` declares the contract's `Record<string, unknown>` now, so
the cross-side parity probe's `rec_no` read is `unknown` where it was reached
through an `any`. It converts to the string the probe compares.
Caught by this package's `check:test-typecheck` gate, not by `tsc --noEmit` —
the file is in the checked test zone and the ledger does not cover it.
Claude-Session: https://claude.ai/code/session_01XTBcV7zZHmokdyQgXjbyEU
Co-authored-by: Claude <noreply@anthropic.com>1 parent 1568c3b commit cb1bd40
1 file changed
Lines changed: 4 additions & 1 deletion
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
148 | 151 | | |
149 | 152 | | |
150 | 153 | | |
| |||
0 commit comments