1
0
Fork 0

Merging upstream version 1.14.4.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 17:57:29 +01:00
parent b87d920aaa
commit 51881c9ebd
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
4 changed files with 27 additions and 8 deletions

View file

@ -1,3 +1,17 @@
## 1.14.4 - 2025-01-31
### Bug Fixes
* Fix the usage instructions in the `\llm` command.
## 1.14.3 - 2025-01-29
### Bug Fixes
* Fix [misleading "0 rows affected" status for CTEs](https://github.com/dbcli/litecli/issues/203)
by never displaying rows affected when the connector tells us -1
* Show an error message when `\llm "question"` is invoked without a database connection.
## 1.14.2 - 2025-01-26
### Bug Fixes