Commit 888de66
fix: detect SQL execution errors in
When `execute_sql` fails, it returns `columns=['error']` with the error
message as a data row. Previously this was silently passed to the Rust
engine as data, causing confusing downstream failures. Now raises
`RuntimeError` immediately so the error propagates to the user.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>_execute_task before passing to diff engine1 parent d74d30c commit 888de66
1 file changed
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
58 | 63 | | |
59 | 64 | | |
60 | 65 | | |
| |||
0 commit comments