Adding upstream version 25.6.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
4e506fbac7
commit
f9dae8e951
69 changed files with 46817 additions and 45778 deletions
|
@ -447,6 +447,9 @@ class Postgres(Dialect):
|
|||
|
||||
return self.expression(exp.Extract, this=part, expression=value)
|
||||
|
||||
def _parse_unique_key(self) -> t.Optional[exp.Expression]:
|
||||
return None
|
||||
|
||||
class Generator(generator.Generator):
|
||||
SINGLE_STRING_INTERVAL = True
|
||||
RENAME_TABLE_WITH_DB = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue