Merging upstream version 26.11.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
913e13699d
commit
0b9b4fe8cb
52 changed files with 14319 additions and 14244 deletions
|
@ -1836,7 +1836,7 @@ def groupconcat_sql(
|
|||
on_overflow: bool = False,
|
||||
) -> str:
|
||||
this = expression.this
|
||||
separator = expression.args.get("separator") or exp.Literal.string(sep)
|
||||
separator = self.sql(expression.args.get("separator") or exp.Literal.string(sep))
|
||||
|
||||
on_overflow_sql = self.sql(expression, "on_overflow")
|
||||
on_overflow_sql = f" ON OVERFLOW {on_overflow_sql}" if (on_overflow and on_overflow_sql) else ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue