Skip to content

Commit

Permalink
adding keywords
Browse files Browse the repository at this point in the history
for new window function syntax and future pivot/unpivot syntax
  • Loading branch information
nwoolmer authored Jan 20, 2025
1 parent 4413b26 commit 0e9fc27
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/keywords.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export default [
"explain",
"fill",
"first",
"for",
"foreign",
"following",
"from",
Expand All @@ -60,8 +61,10 @@ export default [
"header",
"http",
"if",
"ignore",
"ilp",
"in",
"include",
"index",
"inner",
"insert",
Expand All @@ -85,6 +88,7 @@ export default [
"none",
"not",
"null",
"nulls,

Check failure on line 91 in src/keywords.ts

View workflow job for this annotation

GitHub Actions / CI flow

Unterminated string literal.
"observation",

Check failure on line 92 in src/keywords.ts

View workflow job for this annotation

GitHub Actions / CI flow

',' expected.
"offset",
"on",
Expand All @@ -100,6 +104,7 @@ export default [
"password",
"permissions",
"pgwire",
"pivot",
"preceding",
"prepare",
"primary",
Expand All @@ -111,6 +116,7 @@ export default [
"remove",
"rename",
"repair",
"respect",
"rest",
"resume",
"revoke",
Expand Down Expand Up @@ -140,6 +146,7 @@ export default [
"unbounded",
"union",
"unlock",
"unpivot",
"update",
"user",
"users",
Expand Down

0 comments on commit 0e9fc27

Please sign in to comment.