Adding upstream version 25.29.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
dfac4c492f
commit
c61927f460
97 changed files with 64720 additions and 61752 deletions
|
@ -71,6 +71,9 @@ class Teradata(Dialect):
|
|||
}
|
||||
|
||||
class Tokenizer(tokens.Tokenizer):
|
||||
# Tested each of these and they work, although there is no
|
||||
# Teradata documentation explicitly mentioning them.
|
||||
HEX_STRINGS = [("X'", "'"), ("x'", "'"), ("0x", "")]
|
||||
# https://docs.teradata.com/r/Teradata-Database-SQL-Functions-Operators-Expressions-and-Predicates/March-2017/Comparison-Operators-and-Functions/Comparison-Operators/ANSI-Compliance
|
||||
# https://docs.teradata.com/r/SQL-Functions-Operators-Expressions-and-Predicates/June-2017/Arithmetic-Trigonometric-Hyperbolic-Operators/Functions
|
||||
KEYWORDS = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue