Commit 0ab4371
fix: guard
The executor returns `row_count=0` with a synthetic `["Query executed successfully"]`
row when SQL returns no results. Without this guard, the Rust engine interprets
the status row as actual data, causing false "duplicate key" errors in JoinDiff.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>_execute_task against synthetic status/error rows from executor1 parent ffebdab commit 0ab4371
1 file changed
Lines changed: 4 additions & 2 deletions
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | | - | |
61 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
0 commit comments