- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitaadfd6e
committed
Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs.
transform_null_equals is only supposed to affect "foo = NULL" expressionsgiven directly by the user, not the internal "foo = NULL" expressiongenerated from CASE-WHEN.This fixes bug #6242, reported by Sergey. Backpatch to all supportedbranches.1 parentb6959ee commitaadfd6e
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
587 | 587 |
| |
588 | 588 |
| |
589 | 589 |
| |
590 |
| - | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
591 | 593 |
| |
592 | 594 |
| |
593 | 595 |
| |
594 | 596 |
| |
595 |
| - | |
| 597 | + | |
| 598 | + | |
596 | 599 |
| |
597 | 600 |
| |
598 | 601 |
| |
|
0 commit comments
Comments
(0)