Commit fd53dc4
Fix Rule 22 table variable warnings on modification operators (#80)
- Node-level: Insert/Update/Delete on table variables now shows Critical
"forces serial" warning instead of generic "lacks statistics" message
- Statement-level: stats warning only fires when reading from a table
variable, not modifying it
- Parameters pane: exclude table variable names from local variable
detection so @t is not misreported as an unresolved local variable
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 5a8eb93 commit fd53dc4
2 files changed
Lines changed: 33 additions & 6 deletions
File tree
- src
- PlanViewer.App/Controls
- PlanViewer.Core/Services
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2187 | 2187 | | |
2188 | 2188 | | |
2189 | 2189 | | |
2190 | | - | |
| 2190 | + | |
2191 | 2191 | | |
2192 | 2192 | | |
2193 | 2193 | | |
| |||
2303 | 2303 | | |
2304 | 2304 | | |
2305 | 2305 | | |
2306 | | - | |
| 2306 | + | |
2307 | 2307 | | |
2308 | 2308 | | |
2309 | 2309 | | |
| |||
2350 | 2350 | | |
2351 | 2351 | | |
2352 | 2352 | | |
2353 | | - | |
| 2353 | + | |
| 2354 | + | |
2354 | 2355 | | |
2355 | 2356 | | |
2356 | 2357 | | |
| |||
2359 | 2360 | | |
2360 | 2361 | | |
2361 | 2362 | | |
| 2363 | + | |
| 2364 | + | |
| 2365 | + | |
| 2366 | + | |
| 2367 | + | |
2362 | 2368 | | |
2363 | 2369 | | |
2364 | 2370 | | |
| |||
2369 | 2375 | | |
2370 | 2376 | | |
2371 | 2377 | | |
| 2378 | + | |
| 2379 | + | |
2372 | 2380 | | |
2373 | 2381 | | |
2374 | 2382 | | |
| |||
2377 | 2385 | | |
2378 | 2386 | | |
2379 | 2387 | | |
| 2388 | + | |
| 2389 | + | |
| 2390 | + | |
| 2391 | + | |
| 2392 | + | |
| 2393 | + | |
| 2394 | + | |
| 2395 | + | |
| 2396 | + | |
| 2397 | + | |
| 2398 | + | |
| 2399 | + | |
| 2400 | + | |
2380 | 2401 | | |
2381 | 2402 | | |
2382 | 2403 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
391 | | - | |
| 391 | + | |
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
| |||
865 | 865 | | |
866 | 866 | | |
867 | 867 | | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
868 | 872 | | |
869 | 873 | | |
870 | 874 | | |
871 | | - | |
872 | | - | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
873 | 879 | | |
874 | 880 | | |
875 | 881 | | |
| |||
0 commit comments