Commit 6690e02
committed
test(sqlite): build the symbol-codec stub on a SQLite codec registry
SqliteControlAdapter takes a SqliteCodecRegistry, so the structured-error
DDL test composes its stub over createSqliteBuiltinCodecLookup() and
overrides only get(). The DDL default-rendering path reads codecs through
get() alone, so the exercised behavior is unchanged.
Signed-off-by: Alexey Orlenko's AI Agent <robot@aqrln.net>1 parent 80eb633 commit 6690e02
1 file changed
Lines changed: 4 additions & 5 deletions
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | | - | |
| 22 | + | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
131 | 130 | | |
132 | 131 | | |
133 | 132 | | |
134 | | - | |
135 | | - | |
| 133 | + | |
| 134 | + | |
136 | 135 | | |
137 | 136 | | |
138 | 137 | | |
| |||
0 commit comments