Skip to content

v1.6.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 01:50
· 37 commits to main since this release
a55819e

v1.6.1

Features

  • SQL Server autocomplete now supports procedures, functions, and their parameters. #312, #255

  • Format SQL from the leader menu with <space>p. #309, #278

  • Suspend sqlit with :s or :suspend and resume with fg on Unix-like systems. #311, #258

Bug fixes

  • Editing a connection no longer rewrites unrelated credentials, and credentials are preserved safely when connections are renamed. Thanks @agouil. #289, #290

  • Oracle now discovers accessible objects in other schemas correctly. #304, #295

  • Pasting SQL with Windows or legacy Mac line endings no longer breaks highlighting or autocomplete. Thanks @bolexyro. #293, #292

  • Fixed result rendering with textual-fastdatatable 0.19.0 and pinned the dependency to prevent incompatible upgrades. #303, #301

  • Improved customized query-editor bindings and added clickable autocomplete suggestions. #305, #299

  • A single blank line can now be used within a query; two blank lines separate statements. #306, #308, #281

  • Fixed text contrast across supported light themes. #307, #266

  • PostgreSQL foreign tables now appear in the table explorer. #310, #259

  • Fixed the README star-history chart. Thanks @OctoBored. #298