Commit b91bed3
Fix IS DISTINCT FROM parentheses handling for complex expressions
- Added parentheses around complex expressions in AEXPR_DISTINCT and AEXPR_NOT_DISTINCT cases
- Fixes misc/issues-8.sql: SELECT (1 IS NOT NULL) IS DISTINCT FROM (2 IS NOT NULL)
- All 254/254 test suites now passing (100%)
- Updated TESTS.md with current results
Co-Authored-By: Dan Lynch <[email protected]>1 parent 5009da9 commit b91bed3
1 file changed
+30
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
441 | | - | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
442 | 453 | | |
443 | | - | |
| 454 | + | |
444 | 455 | | |
445 | | - | |
| 456 | + | |
446 | 457 | | |
447 | | - | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
448 | 471 | | |
449 | | - | |
| 472 | + | |
450 | 473 | | |
451 | | - | |
| 474 | + | |
452 | 475 | | |
| 476 | + | |
453 | 477 | | |
454 | 478 | | |
455 | 479 | | |
| |||
0 commit comments