Adding upstream version 25.5.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
147b6e06e8
commit
4e506fbac7
136 changed files with 80990 additions and 72541 deletions
|
@ -70,6 +70,9 @@ class Drill(Dialect):
|
|||
IDENTIFIERS = ["`"]
|
||||
STRING_ESCAPES = ["\\"]
|
||||
|
||||
KEYWORDS = tokens.Tokenizer.KEYWORDS.copy()
|
||||
KEYWORDS.pop("/*+")
|
||||
|
||||
class Parser(parser.Parser):
|
||||
STRICT_CAST = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue