| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-14 | 1.2 kB | |
| v1.5.2 source code.tar.gz | 2026-07-14 | 10.5 MB | |
| v1.5.2 source code.zip | 2026-07-14 | 10.9 MB | |
| Totals: 3 Items | 21.4 MB | 5 | |
v1.5.2
Features
- Added
-vand--versionCLI flags for quickly checking the installed sqlit version. #253
Bug fixes
-
PostgreSQL statement splitting now respects dollar-quoted blocks (
$$...$$and$tag$...$tag$), so function bodies containing semicolons no longer produce unterminated dollar-quote errors. Thanks @muradodjag. #248, #246 -
UPDATEandDELETEactions generated from result rows now include the required database and schema qualifiers, preventing mutations from targeting the wrong database or schema. Thanks @eibx. #250 -
PostgreSQL autocomplete now exposes tables from non-default schemas as
schema.tableand narrowsschema.completion to tables within that schema. #252 -
PostgreSQL autocomplete now quotes mixed-case table and column identifiers where required, while leaving lowercase-safe names unchanged. Thanks @cseickel. #268, #262
-
A trailing line comment after a semicolon no longer causes the process worker to reject a single query as multi-statement. Genuine multi-statement queries remain blocked. Thanks @corn-pone-opinions. #269, #254