Skip to content

Commit 31809e1

Browse files
authored
Add 'ordinality' and 'unnest' keywords
These are for the Unnest feature, still under review
1 parent 2675c29 commit 31809e1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/grammar/keywords.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ export const keywords: string[] = [
120120
"option",
121121
"or",
122122
"order",
123+
"ordinality",
123124
"others",
124125
"outer",
125126
"over",
@@ -186,6 +187,7 @@ export const keywords: string[] = [
186187
"unbounded",
187188
"union",
188189
"unlock",
190+
"unnest",
189191
"unpivot",
190192
"update",
191193
"upsert",

0 commit comments

Comments
 (0)