Skip to content

Commit

Permalink
clarify nonsense sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
jchappelow committed Sep 27, 2024
1 parent b5b7b59 commit 5df30f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/release-v0.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ These changes were made in [79a1e9d](https://github.com/kwilteam/kwil-db/commit/
In addition to the newly added Kuneiform functionality, there are several notable changes to Kuneiform parsing and SQL rules that have the potential to change how procedures from previous release are executed with this version. Some of these are merely fixes, but may change execution regardless:

* A reserved delimiter `$kwil_reserved_delim$` is now prohibited in procedures. ([48d8f65](https://github.com/kwilteam/kwil-db/commit/48d8f6515ad16e030027846efbb7aed706de508e))
* Equality and assignment operators take a higher precedence than arithmetic operators. [2e1507d](https://github.com/kwilteam/kwil-db/commit/2e1507d8093daa23eddb03b7caaace3d3397177c)
* Equality and assignment operators take a higher precedence than arithmetic operators. ([2e1507d](https://github.com/kwilteam/kwil-db/commit/2e1507d8093daa23eddb03b7caaace3d3397177c))
* A bare `JOIN` now defaults to `INNER JOIN`. Previously it was required to specify the join type. ([ce85f23](https://github.com/kwilteam/kwil-db/commit/ce85f230dab3090dabcde64e2f80f30fd1fb1903)).
* The common table expression (CTE) syntax no longer requires users to specify their return columns. For example, the following is now acceptable: `WITH cte AS (SELECT id FROM users) SELECT * FROM cte;` ([22bdf85](https://github.com/kwilteam/kwil-db/commit/22bdf85f41cb221107eaccc34a05d06d3377ebd3))

Expand All @@ -175,7 +175,7 @@ Related git commits: [a2d2fd8](https://github.com/kwilteam/kwil-db/commit/a2d2fd

### Health Check Endpoint and JSON-RPC Methods

This release [adds new health checks](https://github.com/kwilteam/kwil-db/commit/7d5bc366f48e9d3e7ab770bddad9f729e9a2b6e1) for `kwild`. These are added with common generic health checks services that have limited configuration i.e. only the http status code is considered.
This release [adds new health checks](https://github.com/kwilteam/kwil-db/commit/7d5bc366f48e9d3e7ab770bddad9f729e9a2b6e1) for `kwild`. These are added to support common generic health checks services that have limited configuration i.e. only the http status code is considered.

* `GET /api/v1/health/{svc}`

Expand Down

0 comments on commit 5df30f5

Please # to comment.