Adding upstream version 9.0.6.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
40002be1ba
commit
24752785d9
31 changed files with 694 additions and 196 deletions
|
@ -188,6 +188,8 @@ class Snowflake(Dialect):
|
|||
}
|
||||
|
||||
class Generator(Generator):
|
||||
CREATE_TRANSIENT = True
|
||||
|
||||
TRANSFORMS = {
|
||||
**Generator.TRANSFORMS,
|
||||
exp.ArrayConcat: rename_func("ARRAY_CAT"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue