- Notifications
You must be signed in to change notification settings - Fork5
Commit1ef60da
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 parent041dceb commit1ef60da
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
836 | 836 |
| |
837 | 837 |
| |
838 | 838 |
| |
839 |
| - | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
840 | 842 |
| |
841 | 843 |
| |
842 | 844 |
| |
843 | 845 |
| |
844 |
| - | |
| 846 | + | |
| 847 | + | |
845 | 848 |
| |
846 | 849 |
| |
847 | 850 |
| |
|
0 commit comments
Comments
(0)