Skip to content

v0.27.4

Compare
Choose a tag to compare
@elliotchance elliotchance released this 04 Mar 21:34
· 33 commits to main since this release
0f10613
docker: Improvements (#152)

- Added more detailed documentation for using docker.

- As ctrl+C doesn't forward the signal with `docker run`, you can now
use `exit` to exit the shell.

- Errors are now formatted correctly and do not cause the CLI to exit.

- Hopefully, this fixes a stdout bug where "vsql> " appears after the
input. Although, I cannot test this easily on macOS.