Adding upstream version 21.0.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
91f2cef5f0
commit
d51e69137a
58 changed files with 25616 additions and 25078 deletions
|
@ -232,6 +232,9 @@ class Postgres(Dialect):
|
|||
BYTE_STRINGS = [("e'", "'"), ("E'", "'")]
|
||||
HEREDOC_STRINGS = ["$"]
|
||||
|
||||
HEREDOC_TAG_IS_IDENTIFIER = True
|
||||
HEREDOC_STRING_ALTERNATIVE = TokenType.PARAMETER
|
||||
|
||||
KEYWORDS = {
|
||||
**tokens.Tokenizer.KEYWORDS,
|
||||
"~~": TokenType.LIKE,
|
||||
|
@ -381,6 +384,7 @@ class Postgres(Dialect):
|
|||
JSON_TYPE_REQUIRED_FOR_EXTRACTION = True
|
||||
SUPPORTS_UNLOGGED_TABLES = True
|
||||
LIKE_PROPERTY_INSIDE_SCHEMA = True
|
||||
MULTI_ARG_DISTINCT = False
|
||||
|
||||
SUPPORTED_JSON_PATH_PARTS = {
|
||||
exp.JSONPathKey,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue