File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -289,6 +289,7 @@ def is_keyword(value):
289
289
'HAVING' : tokens .Keyword ,
290
290
'HIERARCHY' : tokens .Keyword ,
291
291
'HOLD' : tokens .Keyword ,
292
+ 'HOUR' : tokens .Keyword ,
292
293
'HOST' : tokens .Keyword ,
293
294
294
295
'IDENTIFIED' : tokens .Keyword ,
@@ -415,6 +416,8 @@ def is_keyword(value):
415
416
'OVERRIDING' : tokens .Keyword ,
416
417
'OWNER' : tokens .Keyword ,
417
418
419
+ 'QUARTER' : tokens .Keyword ,
420
+
418
421
'PAD' : tokens .Keyword ,
419
422
'PARAMETER' : tokens .Keyword ,
420
423
'PARAMETERS' : tokens .Keyword ,
@@ -604,6 +607,7 @@ def is_keyword(value):
604
607
'VIEW' : tokens .Keyword ,
605
608
'VOLATILE' : tokens .Keyword ,
606
609
610
+ 'WEEK' : tokens .Keyword ,
607
611
'WHENEVER' : tokens .Keyword ,
608
612
'WITH' : tokens .Keyword .CTE ,
609
613
'WITHOUT' : tokens .Keyword ,
You can’t perform that action at this time.
0 commit comments