Adding upstream version 20.4.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
fd9de5e4cb
commit
943dfc0887
20 changed files with 562 additions and 52 deletions
|
@ -352,6 +352,7 @@ class DuckDB(Dialect):
|
|||
),
|
||||
exp.RegexpLike: rename_func("REGEXP_MATCHES"),
|
||||
exp.RegexpSplit: rename_func("STR_SPLIT_REGEX"),
|
||||
exp.Rand: rename_func("RANDOM"),
|
||||
exp.SafeDivide: no_safe_divide_sql,
|
||||
exp.Split: rename_func("STR_SPLIT"),
|
||||
exp.SortArray: _sort_array_sql,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue