Skip to content

Commit

Permalink
chore: bump grammar to 1.0.8 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmth authored May 25, 2021
1 parent 4d6c7e4 commit 1a75766
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
lib
node_modules
.log
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@questdb/sql-grammar",
"version": "1.0.7",
"version": "1.0.8",
"description": "List of keywords, functions and constants that QuestDB supports",
"main": "lib/index.js",
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions src/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export default [
"abs",
"all_tables",
"avg",
"batch",
"cast",
"coalesce",
"concat",
Expand All @@ -14,11 +15,13 @@ export default [
"days_in_month",
"first",
"format",
"headers",
"hour",
"ifnull",
"is_leap_year",
"isnull",
"ksum",
"lag",
"last",
"lcase",
"len",
Expand Down
4 changes: 4 additions & 0 deletions src/keywords.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default [
"as",
"asc",
"asof",
"attach",
"backup",
"between",
"by",
Expand Down Expand Up @@ -48,6 +49,7 @@ export default [
"left",
"level",
"limit",
"list",
"lock",
"lt",
"nan",
Expand All @@ -62,6 +64,7 @@ export default [
"order",
"outer",
"over",
"param",
"partition",
"primary",
"references",
Expand All @@ -70,6 +73,7 @@ export default [
"right",
"sample",
"select",
"set",
"show",
"splice",
"system",
Expand Down

0 comments on commit 1a75766

Please sign in to comment.