Merging upstream version 18.13.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
a56b8dde5c
commit
320822f1c4
76 changed files with 21248 additions and 19605 deletions
|
@ -121,6 +121,9 @@ class TokenType(AutoName):
|
|||
TIMESTAMP = auto()
|
||||
TIMESTAMPTZ = auto()
|
||||
TIMESTAMPLTZ = auto()
|
||||
TIMESTAMP_S = auto()
|
||||
TIMESTAMP_MS = auto()
|
||||
TIMESTAMP_NS = auto()
|
||||
DATETIME = auto()
|
||||
DATETIME64 = auto()
|
||||
DATE = auto()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue