Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/grammar/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export const constants: string[] = [
"days",
"decade",
"default_transaction_read_only",
"delta_binary_packed",
"delta_length_byte_array",
"desc",
"dow",
"doy",
Expand Down Expand Up @@ -46,10 +48,12 @@ export const constants: string[] = [
"null",
"parquet",
"pgwire",
"plain",
"prepare",
"prev",
"quarter",
"rest",
"rle_dictionary",
"search_path",
"second",
"seconds",
Expand Down
6 changes: 5 additions & 1 deletion src/grammar/keywords.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const keywords: string[] = [
"base",
"batch",
"between",
"bloom_filter",
"by",
"bypass",
"cache",
Expand Down Expand Up @@ -97,6 +98,7 @@ export const keywords: string[] = [
"key",
"keys",
"latest",
"lateral",
"left",
"length",
"level",
Expand All @@ -120,6 +122,7 @@ export const keywords: string[] = [
"option",
"or",
"order",
"ordinality",
"others",
"outer",
"over",
Expand All @@ -141,6 +144,7 @@ export const keywords: string[] = [
"public",
"query",
"range",
"raw_array_encoding",
"references",
"refresh",
"release",
Expand Down Expand Up @@ -186,6 +190,7 @@ export const keywords: string[] = [
"unbounded",
"union",
"unlock",
"unnest",
"unpivot",
"update",
"upsert",
Expand All @@ -204,5 +209,4 @@ export const keywords: string[] = [
"within",
"writer",
"zone",
"raw_array_encoding",
]
Loading