Merging upstream version 11.1.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8c1c1864c5
commit
fb546b57e5
95 changed files with 32569 additions and 30081 deletions
4
tests/fixtures/pretty.sql
vendored
4
tests/fixtures/pretty.sql
vendored
|
@ -40,7 +40,7 @@ WITH cte1 AS (
|
|||
FROM (SELECT 1) AS x, y, (SELECT 2) z
|
||||
UNION ALL
|
||||
SELECT MAX(COALESCE(x AND y, a and b and c, d and e)), FOO(CASE WHEN a and b THEN c and d ELSE 3 END)
|
||||
GROUP BY x, GROUPING SETS (a, (b, c)) CUBE(y, z)
|
||||
GROUP BY x, GROUPING SETS (a, (b, c)), CUBE(y, z)
|
||||
) x
|
||||
)
|
||||
SELECT a, b c FROM (
|
||||
|
@ -95,7 +95,7 @@ WITH cte1 AS (
|
|||
MAX(COALESCE(x AND y, a AND b AND c, d AND e)),
|
||||
FOO(CASE WHEN a AND b THEN c AND d ELSE 3 END)
|
||||
GROUP BY
|
||||
x
|
||||
x,
|
||||
GROUPING SETS (
|
||||
a,
|
||||
(b, c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue