Skip to content

Commit

Permalink
feat: tweak --override & bump to 0.23.0 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan authored Nov 17, 2024
1 parent d7b814b commit a38886a
Show file tree
Hide file tree
Showing 9 changed files with 117 additions and 104 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.23.0] - 2024-11-16

* Refine the behavior of `update_record_with_output` / `--override`
- runner: Previously, `query` returning 0 rows will become `statement ok`. Now it returns `statement count 0`.
- bin: Now `--override` will not change the type chars of `query <types>`, since in practice
it becomes `?`s which might cause confusion.
* runner: `statement count <n>` is incorrectly handled when the result is a `query`.

## [0.22.1] - 2024-11-11

* engines/bin: fix compatibility with the new tokio-postgres minor version.
Expand Down
145 changes: 64 additions & 81 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["sqllogictest", "sqllogictest-bin", "sqllogictest-engines", "tests"]

[workspace.package]
version = "0.22.1"
version = "0.23.0"
edition = "2021"
homepage = "https://github.com/risinglightdb/sqllogictest-rs"
keywords = ["sql", "database", "parser", "cli"]
Expand Down
Loading

0 comments on commit a38886a

Please sign in to comment.