Adding upstream version 23.13.7.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e47608846f
commit
9d7e0ff7aa
38 changed files with 5529 additions and 5366 deletions
|
@ -1042,8 +1042,8 @@ class Snowflake(Dialect):
|
|||
return self.func("OBJECT_CONSTRUCT", *flatten(zip(keys, values)))
|
||||
|
||||
def copyparameter_sql(self, expression: exp.CopyParameter) -> str:
|
||||
option = self.sql(expression, "this")
|
||||
if option.upper() == "FILE_FORMAT":
|
||||
option = self.sql(expression, "this").upper()
|
||||
if option == "FILE_FORMAT":
|
||||
values = self.expressions(expression, key="expression", flat=True, sep=" ")
|
||||
return f"{option} = ({values})"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue