Skip to content

Commit

Permalink
bump version to 1.0.14
Browse files Browse the repository at this point in the history
Changelist:

* add variance functions (#27)
    `var_pop`, `var_samp`, `variance`
    related to and closes questdb/ui#203
* add `stddev` & `stddev_pop` (#28)
* add enterprise keywords and functions (#29)
    * functions:
      * `all_permissions`,
      * `permissions`,
      * `reload_tls`,
      * `server_conf`,
      * `server_version`,
      * `show`,
      * `vwap`,

    * keywords:
      * `account`,
      * `accounts`,
      * `any`,
      * `assume`,
      * `cascade`,
      * `cancel`,
      * `current`,
      * `dedup`,
      * `detach`,
      * `details`,
      * `disable`,
      * `enable`,
      * `exclude`,
      * `exit`,
      * `groups`,
      * `http`,
      * `ilp`,
      * `jwk`,
      * `no`,
      * `others`,
      * `password`,
      * `permissions`,
      * `pgwire`,
      * `preceding`,
      * `public`,
      * `range`,
      * `refresh`,
      * `reindex`,
      * `remove`,
      * `rest`,
      * `resume`,
      * `revoke`,
      * `row`,
      * `service`,
      * `token`,
      * `ttl`,
      * `unbounded`,
      * `user`,
      * `users`,
      * `vacuum`,
      * `wal`,
  • Loading branch information
argshook committed Nov 15, 2023
1 parent 2d2bddb commit 1ef3998
Showing 1 changed file with 1 addition and 1 deletion.
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.13",
"version": "1.0.14",
"description": "List of keywords, functions and constants that QuestDB supports",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 1ef3998

Please sign in to comment.