1
0
Fork 0

Merging upstream version 1.14.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 17:57:00 +01:00
parent a842e453d1
commit 3b8f21e56b
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
18 changed files with 766 additions and 97 deletions

View file

@ -1,3 +1,32 @@
## 1.14.2 - 2025-01-26
### Bug Fixes
* Catch errors surfaced by `llm` cli and surface them as runtime errors.
## 1.14.1 - 2025-01-25
### Bug Fixes
* Capture stderr in addition to stdout when capturing output from `llm` cli.
## 1.14.0 - 2025-01-22
### Features
* Add LLM feature to ask an LLM to create a SQL query.
- This adds a new `\llm` special command
- eg: `\llm "Who is the largest customer based on revenue?"`
### Bug Fixes
* Fix the [windows path](https://github.com/dbcli/litecli/issues/187) shown in prompt to remove escaping.
* Fix a bug where if column name was same as table name it was [crashing](https://github.com/dbcli/litecli/issues/155) the autocompletion.
### Internal
* Change min required python version to 3.9+
## 1.13.2 - 2024-11-24
### Internal