Merging upstream version 26.10.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f2e3d707cd
commit
273cfbc19c
66 changed files with 79349 additions and 76628 deletions
4
tests/fixtures/optimizer/simplify.sql
vendored
4
tests/fixtures/optimizer/simplify.sql
vendored
|
@ -843,6 +843,10 @@ x;
|
|||
COALESCE(x, 1) = 2;
|
||||
NOT x IS NULL AND x = 2;
|
||||
|
||||
# dialect: redshift
|
||||
COALESCE(x, 1) = 2;
|
||||
COALESCE(x, 1) = 2;
|
||||
|
||||
2 = COALESCE(x, 1);
|
||||
NOT x IS NULL AND x = 2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue