Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: risinglightdb/sqllogictest-rs

Tags

v0.29.1

Toggle v0.29.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version to v0.29.1 (#280)

Signed-off-by: Yuhao Su <[email protected]>
Co-authored-by: Claude Opus 4.6 <[email protected]>

v0.29.0

Toggle v0.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support matching sqlstate with `[statement|query] error (CCSSS)` (

#269)

v0.28.4

Toggle v0.28.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: fix release workflow (#273)

Signed-off-by: dqhl76 <[email protected]>

v0.28.3

Toggle v0.28.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(bin): add `--shutdown-timeout` to set a timeout for shutting dow…

…n the database connections after a test file is finished (#265)

v0.28.2

Toggle v0.28.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(bin): add missing newline in override mode (#264)

Signed-off-by: Cheng Chen <[email protected]>

v0.28.1

Toggle v0.28.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version to v0.28.1 (#261)

v0.28.0

Toggle v0.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(runner, bin): support test case partitioning (#257)

v0.27.2

Toggle v0.27.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(external): close stdin properly in shutdown() (#255)

* close stdin properly

Signed-off-by: Li Yazhou <[email protected]>

* update changelog

Signed-off-by: Li Yazhou <[email protected]>

* expect instead of unexpected eof

Signed-off-by: Li Yazhou <[email protected]>

* bump version

Signed-off-by: xxchan <[email protected]>

---------

Signed-off-by: Li Yazhou <[email protected]>

v0.27.1

Toggle v0.27.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: cargo publish on tag (#254)

* ci: cargo publish on tag

Signed-off-by: xxchan <[email protected]>

* bump

Signed-off-by: xxchan <[email protected]>

---------

Signed-off-by: xxchan <[email protected]>

v0.27.0

Toggle v0.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add `shutdown` method to `AsyncDB` `DB` and `Runner` (#250)

* add shutdown interface & use

Signed-off-by: Bugen Zhao <[email protected]>

* fix postgres impl

Signed-off-by: Bugen Zhao <[email protected]>

* manual shutdown

Signed-off-by: Bugen Zhao <[email protected]>

* remove f word

Signed-off-by: Bugen Zhao <[email protected]>

* also add shutdown method to sync db

Signed-off-by: Bugen Zhao <[email protected]>

* bump version and add change log

Signed-off-by: Bugen Zhao <[email protected]>

---------

Signed-off-by: Bugen Zhao <[email protected]>