Commit c6902d5
Debug: Override CreateStoreCommand to log SQL commands
Added CreateStoreCommand override in MySqlModificationCommandBatch that logs:
- The actual SQL command text being executed
- Parameter count
This is the most direct way to capture the malformed SQL queries causing
the "near ', ,'" syntax errors. The method is called right before execution,
so we'll definitely see the SQL.
Co-authored-by: renemadsen <76994+renemadsen@users.noreply.github.com>1 parent 01017e3 commit c6902d5
1 file changed
Lines changed: 8 additions & 0 deletions
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
381 | 389 | | |
0 commit comments