Merging upstream version 16.7.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
331a760a3d
commit
088f137198
75 changed files with 33866 additions and 31988 deletions
|
@ -388,6 +388,11 @@ def no_comment_column_constraint_sql(
|
|||
return ""
|
||||
|
||||
|
||||
def no_map_from_entries_sql(self: Generator, expression: exp.MapFromEntries) -> str:
|
||||
self.unsupported("MAP_FROM_ENTRIES unsupported")
|
||||
return ""
|
||||
|
||||
|
||||
def str_position_sql(self: Generator, expression: exp.StrPosition) -> str:
|
||||
this = self.sql(expression, "this")
|
||||
substr = self.sql(expression, "substr")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue