1
0
Fork 0

Adding upstream version 26.10.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-17 07:38:52 +01:00
parent 412e82cbc6
commit 5b8e67f8b8
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
66 changed files with 79349 additions and 76628 deletions

View file

@ -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;