Commit 70a6a4b
test: Add coverage for MSSQL DISTINCT+FETCH fix
Expands test_mssql_distinct_fetch() to cover additional code paths:
- ExprWithAlias: column with alias uses alias for ORDER BY
- Multiple columns: first column is used for ORDER BY
Follow-up to PRQL#5630 to improve code coverage.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 2ef6835 commit 70a6a4b
1 file changed
+41
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2369 | 2369 | | |
2370 | 2370 | | |
2371 | 2371 | | |
| 2372 | + | |
| 2373 | + | |
2372 | 2374 | | |
2373 | 2375 | | |
2374 | 2376 | | |
| |||
2386 | 2388 | | |
2387 | 2389 | | |
2388 | 2390 | | |
| 2391 | + | |
| 2392 | + | |
| 2393 | + | |
| 2394 | + | |
| 2395 | + | |
| 2396 | + | |
| 2397 | + | |
| 2398 | + | |
| 2399 | + | |
| 2400 | + | |
| 2401 | + | |
| 2402 | + | |
| 2403 | + | |
| 2404 | + | |
| 2405 | + | |
| 2406 | + | |
| 2407 | + | |
| 2408 | + | |
| 2409 | + | |
| 2410 | + | |
| 2411 | + | |
| 2412 | + | |
| 2413 | + | |
| 2414 | + | |
| 2415 | + | |
| 2416 | + | |
| 2417 | + | |
| 2418 | + | |
| 2419 | + | |
| 2420 | + | |
| 2421 | + | |
| 2422 | + | |
| 2423 | + | |
| 2424 | + | |
| 2425 | + | |
| 2426 | + | |
| 2427 | + | |
| 2428 | + | |
| 2429 | + | |
2389 | 2430 | | |
2390 | 2431 | | |
2391 | 2432 | | |
| |||
0 commit comments