Merging upstream version 26.9.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
cfc68ba563
commit
5699f7334e
43 changed files with 27039 additions and 26675 deletions
|
@ -42,8 +42,8 @@ class TestRedshift(Validator):
|
|||
"duckdb": "STRING_AGG(sellerid, ', ')",
|
||||
},
|
||||
write={
|
||||
# GROUP_CONCAT and STRING_AGG are aliases in DuckDB
|
||||
"duckdb": "GROUP_CONCAT(sellerid, ', ')",
|
||||
# GROUP_CONCAT, LISTAGG and STRING_AGG are aliases in DuckDB
|
||||
"duckdb": "LISTAGG(sellerid, ', ')",
|
||||
"redshift": "LISTAGG(sellerid, ', ')",
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue