Download Latest Version v1.5.2 source code.zip (10.9 MB)
Email in envelope

Get an email when there's a new version of sqlit

Home / v1.5.2
Name Modified Size InfoDownloads / 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 -v and --version CLI 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

  • UPDATE and DELETE actions 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.table and narrows schema. 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

Source: README.md, updated 2026-07-14