Merging upstream version 1.12.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
93e5ab7520
commit
7c408cdf3d
7 changed files with 71 additions and 66 deletions
60
CHANGELOG.md
60
CHANGELOG.md
|
@ -1,14 +1,8 @@
|
|||
## Upcoming - TBD
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
## 1.12.4 - 2024-11-11
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
|
||||
### Internal Changes
|
||||
|
||||
* Fix the syntax error when `\d tbl` is used.
|
||||
|
||||
## 1.12.3 - 2024-09-10
|
||||
|
||||
|
@ -17,7 +11,6 @@
|
|||
* Specify build system in `pyproject.toml`
|
||||
* Don't install tests
|
||||
|
||||
|
||||
## 1.12.2 - 2024-09-07
|
||||
|
||||
### Bug Fixes
|
||||
|
@ -40,7 +33,6 @@
|
|||
|
||||
* Fix the escape sequence warning.
|
||||
|
||||
|
||||
## 1.11.0 - 2024-05-03
|
||||
|
||||
### Improvements
|
||||
|
@ -48,19 +40,16 @@
|
|||
* When an empty `\d` is invoked the list of tables are returned instead of an error.
|
||||
* Show SQLite version at startup.
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Support a single item in the startup commands in the config. (bug #176)
|
||||
|
||||
|
||||
## 1.10.1 - 2024-3-23
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Do not crash at start up if ~/.config/litecli is not writeable. [#172](https://github.com/dbcli/litecli/issues/172)
|
||||
|
||||
|
||||
## 1.10.0 - 2022-11-19
|
||||
|
||||
### Features
|
||||
|
@ -82,7 +71,6 @@
|
|||
* Skip internal indexes in the .schema output
|
||||
([#170](https://github.com/dbcli/litecli/issues/170)).
|
||||
|
||||
|
||||
## 1.9.0 - 2022-06-06
|
||||
|
||||
### Features
|
||||
|
@ -125,72 +113,70 @@
|
|||
|
||||
### Features
|
||||
|
||||
- Add verbose feature to `favorite_query` command. (Thanks: [Zhaolong Zhu])
|
||||
- `\f query` does not show the full SQL.
|
||||
- `\f+ query` shows the full SQL.
|
||||
- Add prompt format of file's basename. (Thanks: [elig0n])
|
||||
* Add verbose feature to `favorite_query` command. (Thanks: [Zhaolong Zhu])
|
||||
* `\f query` does not show the full SQL.
|
||||
* `\f+ query` shows the full SQL.
|
||||
* Add prompt format of file's basename. (Thanks: [elig0n])
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Fix compatibility with sqlparse >= 0.4.0. (Thanks: [chocolateboy])
|
||||
- Fix invalid utf-8 exception. (Thanks: [Amjith])
|
||||
* Fix compatibility with sqlparse >= 0.4.0. (Thanks: [chocolateboy])
|
||||
* Fix invalid utf-8 exception. (Thanks: [Amjith])
|
||||
|
||||
## 1.4.1 - 2020-07-27
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Fix setup.py to set `long_description_content_type` as markdown.
|
||||
* Fix setup.py to set `long_description_content_type` as markdown.
|
||||
|
||||
## 1.4.0 - 2020-07-27
|
||||
|
||||
### Features
|
||||
|
||||
- Add NULLS FIRST and NULLS LAST to keywords. (Thanks: [Amjith])
|
||||
* Add NULLS FIRST and NULLS LAST to keywords. (Thanks: [Amjith])
|
||||
|
||||
## 1.3.2 - 2020-03-11
|
||||
|
||||
- Fix the completion engine to work with newer sqlparse.
|
||||
* Fix the completion engine to work with newer sqlparse.
|
||||
|
||||
## 1.3.1 - 2020-03-11
|
||||
|
||||
- Remove the version pinning of sqlparse package.
|
||||
* Remove the version pinning of sqlparse package.
|
||||
|
||||
## 1.3.0 - 2020-02-11
|
||||
|
||||
### Features
|
||||
|
||||
- Added `.import` command for importing data from file into table. (Thanks: [Zhaolong Zhu])
|
||||
- Upgraded to prompt-toolkit 3.x.
|
||||
* Added `.import` command for importing data from file into table. (Thanks: [Zhaolong Zhu])
|
||||
* Upgraded to prompt-toolkit 3.x.
|
||||
|
||||
## 1.2.0 - 2019-10-26
|
||||
|
||||
### Features
|
||||
|
||||
- Enhance the `describe` command. (Thanks: [Amjith])
|
||||
- Autocomplete table names for special commands. (Thanks: [Amjith])
|
||||
* Enhance the `describe` command. (Thanks: [Amjith])
|
||||
* Autocomplete table names for special commands. (Thanks: [Amjith])
|
||||
|
||||
## 1.1.0 - 2019-07-14
|
||||
|
||||
### Features
|
||||
|
||||
- Added `.read` command for reading scripts.
|
||||
- Added `.load` command for loading extension libraries. (Thanks: [Zhiming Wang])
|
||||
- Add support for using `?` as a placeholder in the favorite queries. (Thanks: [Amjith])
|
||||
- Added shift-tab to select the previous entry in the completion menu. [Amjith]
|
||||
- Added `describe` and `desc` keywords.
|
||||
* Added `.read` command for reading scripts.
|
||||
* Added `.load` command for loading extension libraries. (Thanks: [Zhiming Wang])
|
||||
* Add support for using `?` as a placeholder in the favorite queries. (Thanks: [Amjith])
|
||||
* Added shift-tab to select the previous entry in the completion menu. [Amjith]
|
||||
* Added `describe` and `desc` keywords.
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Clear error message when directory does not exist. (Thanks: [Irina Truong])
|
||||
* Clear error message when directory does not exist. (Thanks: [Irina Truong])
|
||||
|
||||
## 1.0.0 - 2019-01-04
|
||||
|
||||
- To new beginnings. :tada:
|
||||
* To new beginnings. :tada:
|
||||
|
||||
[Amjith]: https://blog.amjith.com
|
||||
[chocolateboy]: https://github.com/chocolateboy
|
||||
[Irina Truong]: https://github.com/j-bennet
|
||||
[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