diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-12-24 07:49:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-12-24 07:49:56 +0000 |
commit | 97144fb2271b9bd749deac2eb3537103d9513182 (patch) | |
tree | ebd8aa8769becb97f7477cf9c14889146e6b8614 /sqlglot/parser.py | |
parent | Adding upstream version 20.3.0. (diff) | |
download | sqlglot-97144fb2271b9bd749deac2eb3537103d9513182.tar.xz sqlglot-97144fb2271b9bd749deac2eb3537103d9513182.zip |
Adding upstream version 20.4.0.upstream/20.4.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'sqlglot/parser.py')
-rw-r--r-- | sqlglot/parser.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sqlglot/parser.py b/sqlglot/parser.py index 3d01a84..311c43d 100644 --- a/sqlglot/parser.py +++ b/sqlglot/parser.py @@ -305,6 +305,7 @@ class Parser(metaclass=_Parser): TokenType.FALSE, TokenType.FIRST, TokenType.FILTER, + TokenType.FINAL, TokenType.FORMAT, TokenType.FULL, TokenType.IS, |