Merging upstream version 19.0.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
348b067e1b
commit
89acb78953
91 changed files with 45416 additions and 43096 deletions
|
@ -461,7 +461,6 @@ class ClickHouse(Dialect):
|
|||
|
||||
def safeconcat_sql(self, expression: exp.SafeConcat) -> str:
|
||||
# Clickhouse errors out if we try to cast a NULL value to TEXT
|
||||
expression = expression.copy()
|
||||
return self.func(
|
||||
"CONCAT",
|
||||
*[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue