Skip to content

Commit

Permalink
Prepare a beta release of 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sad-spirit committed Aug 30, 2023
1 parent df42e9c commit 0c9441b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [2.3.0-beta] - 2023-08-30

### Added

Expand Down Expand Up @@ -328,4 +328,4 @@ Initial release on GitHub
[2.1.0-beta.2]: https://github.com/sad-spirit/pg-builder/compare/v2.1.0-beta...v2.1.0-beta.2
[2.1.0]: https://github.com/sad-spirit/pg-builder/compare/v2.1.0-beta.2...v2.1.0
[2.2.0]: https://github.com/sad-spirit/pg-builder/compare/v2.1.0...v2.2.0
[Unreleased]: https://github.com/sad-spirit/pg-builder/compare/v2.2.0...HEAD
[2.3.0-beta]: https://github.com/sad-spirit/pg-builder/compare/v2.2.0...v2.3.0-beta
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ query parser. This sets it aside from the usual breed of "write-only" query buil
* AST can be analyzed and transformed, the package takes advantage of this to allow named parameters like
`:foo` instead of standard PostgreSQL's positional parameters `$1` and to infer parameters' types
from SQL typecasts.
* Almost all syntax available for `SELECT` (and `VALUES`) / `INSERT` / `UPDATE` / `DELETE` / `MERGE` in PostgreSQL 15
* Almost all syntax available for `SELECT` (and `VALUES`) / `INSERT` / `UPDATE` / `DELETE` / `MERGE` in PostgreSQL 16
is supported, query being built is automatically checked for correct syntax.

Substantial effort was made to optimise parsing, but not parsing is faster anyway, so there are means to cache parts
Expand Down

0 comments on commit 0c9441b

Please sign in to comment.