Merging upstream version 25.18.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
75ba8bde98
commit
f2390c2221
81 changed files with 34133 additions and 33517 deletions
16
tests/fixtures/pretty.sql
vendored
16
tests/fixtures/pretty.sql
vendored
|
@ -99,14 +99,14 @@ WITH cte1 AS (
|
|||
FOO(CASE WHEN a AND b THEN c AND d ELSE 3 END)
|
||||
GROUP BY
|
||||
x,
|
||||
GROUPING SETS (
|
||||
a,
|
||||
(b, c)
|
||||
),
|
||||
CUBE (
|
||||
y,
|
||||
z
|
||||
)
|
||||
GROUPING SETS (
|
||||
a,
|
||||
(b, c)
|
||||
),
|
||||
CUBE (
|
||||
y,
|
||||
z
|
||||
)
|
||||
) AS x
|
||||
)
|
||||
SELECT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue