Merging upstream version 1.10.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
4551c2c19a
commit
7e40561ca0
23 changed files with 298 additions and 99 deletions
25
CHANGELOG.md
25
CHANGELOG.md
|
@ -1,3 +1,25 @@
|
|||
## 1.10.0 - 2022-11-19
|
||||
|
||||
### Features
|
||||
|
||||
* Adding support for startup commands being set in liteclirc and executed on startup. Limited to commands already implemented in litecli. ([[#56](https://github.com/dbcli/litecli/issues/56)])
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fix [[#146](https://github.com/dbcli/litecli/issues/146)], making sure `.once`
|
||||
can be used more than once in a session.
|
||||
* Fixed setting `successful = True` only when query is executed without exceptions so
|
||||
failing queries get `successful = False` in `query_history`.
|
||||
* Changed `master` to `main` in CONTRIBUTING.md to reflect GitHubs new default branch
|
||||
naming.
|
||||
* Fixed `.once -o <file>` by opening the output file once per statement instead
|
||||
of for every line of output ([#148](https://github.com/dbcli/litecli/issues/148)).
|
||||
* Use the sqlite3 API to cancel a running query on interrupt
|
||||
([#164](https://github.com/dbcli/litecli/issues/164)).
|
||||
* Skip internal indexes in the .schema output
|
||||
([#170](https://github.com/dbcli/litecli/issues/170)).
|
||||
|
||||
|
||||
## 1.9.0 - 2022-06-06
|
||||
|
||||
### Features
|
||||
|
@ -24,7 +46,7 @@
|
|||
### Bug Fixes
|
||||
|
||||
* Upgrade cli_helpers to workaround Pygments regression.
|
||||
* Use get_terminal_size from shutil instead of click.
|
||||
* Use get_terminal_size from shutil instead of click.
|
||||
|
||||
## 1.7.0 - 2022-01-11
|
||||
|
||||
|
@ -108,3 +130,4 @@
|
|||
[Shawn Chapla]: https://github.com/shwnchpl
|
||||
[Zhaolong Zhu]: https://github.com/zzl0
|
||||
[Zhiming Wang]: https://github.com/zmwangx
|
||||
[Bjørnar Smestad]: https://brendesmestad.no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue