Commit ccf1b89
Fix: Log SQL in Complete method instead of non-existent CreateStoreCommand
Removed the CreateStoreCommand override (doesn't exist in base class).
Added SQL logging in the Complete method which is called after all SQL
is finalized. This logs the SqlBuilder.ToString() which contains the
actual SQL command that will be executed.
This should capture the malformed SQL causing "near ', ,'" errors.
Co-authored-by: renemadsen <76994+renemadsen@users.noreply.github.com>1 parent c6902d5 commit ccf1b89
1 file changed
Lines changed: 5 additions & 8 deletions
Lines changed: 5 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
123 | 128 | | |
124 | 129 | | |
125 | 130 | | |
| |||
378 | 383 | | |
379 | 384 | | |
380 | 385 | | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | 386 | | |
0 commit comments