Adding upstream version 25.7.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f9dae8e951
commit
8356f462bb
102 changed files with 52995 additions and 52070 deletions
|
@ -365,6 +365,7 @@ class Postgres(Dialect):
|
|||
"NOW": exp.CurrentTimestamp.from_arg_list,
|
||||
"REGEXP_REPLACE": _build_regexp_replace,
|
||||
"TO_CHAR": build_formatted_time(exp.TimeToStr, "postgres"),
|
||||
"TO_DATE": build_formatted_time(exp.StrToDate, "postgres"),
|
||||
"TO_TIMESTAMP": _build_to_timestamp,
|
||||
"UNNEST": exp.Explode.from_arg_list,
|
||||
"SHA256": lambda args: exp.SHA2(this=seq_get(args, 0), length=exp.Literal.number(256)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue