Commit bf13e4c
committed
sqlite: isolate applyChangeset filter errors
Track filter callback failures within each applyChangeset() invocation.
Returning false from xFilter is not a SQLite error. This previously left
the database-wide suppression flag set, which could hide the next
unrelated SQLite error.
Signed-off-by: Kamat, Trivikram <16024985+trivikr@users.noreply.github.com>
Assisted-by: codex:gpt-5.6-sol1 parent a6e7e6a commit bf13e4c
2 files changed
Lines changed: 13 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2277 | 2277 | | |
2278 | 2278 | | |
2279 | 2279 | | |
| 2280 | + | |
2280 | 2281 | | |
2281 | 2282 | | |
2282 | 2283 | | |
| |||
2338 | 2339 | | |
2339 | 2340 | | |
2340 | 2341 | | |
2341 | | - | |
2342 | | - | |
| 2342 | + | |
| 2343 | + | |
2343 | 2344 | | |
2344 | 2345 | | |
2345 | | - | |
| 2346 | + | |
2346 | 2347 | | |
2347 | 2348 | | |
2348 | 2349 | | |
2349 | 2350 | | |
2350 | 2351 | | |
2351 | 2352 | | |
2352 | | - | |
| 2353 | + | |
2353 | 2354 | | |
2354 | 2355 | | |
2355 | 2356 | | |
2356 | 2357 | | |
2357 | 2358 | | |
2358 | 2359 | | |
2359 | | - | |
| 2360 | + | |
2360 | 2361 | | |
2361 | 2362 | | |
2362 | 2363 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
391 | 398 | | |
392 | 399 | | |
393 | 400 | | |
| |||
0 commit comments