I'm excited to announce the latest version of SQLiteStudio! This update brings several important bug fixes and upgrades SQLite to its latest version (3.47.1).
Notable bug fixes:
import()
SQL Function Performance. Addressed the extremely poor performance of the import()
SQL function when used in SQL queries, offering a significant speed boost.WAL
journaling and concurrent database access by another application, prevented users from restarting SQLiteStudio immediately.For the full list of changes, please refer to the ChangeLog.
It's a hotfix release to address urgent problem of "black SQL code line" that appeared in 3.4.5. It also gets two more issues resolved.
Apart from the mentioned "black line" bugfix, there are following 2 issues fixed:
ScriptingPlugin
against Python 3.11.SELECT
with inline subquery as result column.A lot of bugs got fixed + few small additions.
Most notable fixes and additions:
Ctrl-O
/Cmd-O
from SQL Editor window (which is for loading SQL script file), which caused SQL Editor to choke on big binary files. Now the editor will detect such attempt and redirect user to the Add Database
dialog.Database
dialog is changed slightly. Now it has an explicit choice whether user wants to create a new database, or to open an existing one. This allows the application to go back using the native file dialog for each operating system and maintain the integrity of user intentions (which was not previously possible with native dialogs). Thanks to @tuffnatty for this big contribution!Mostly important bugfixes, but also few new things.
near ")": syntax error
" message .A quick release with just few bugfixes.
Linux binaries are build on Ubuntu 20.04 (in oppose to versions 3.4.0 - 3.4.2, which were built on Ubuntu 22.04), which enables these binaries to be run on both Ubutnu 22.04 and 20.04.
Other than that changes are cosmetic and can be reviewed in the ChangeLog.
Yet another bugfix release for the 3.4.x series. It brings 32 bugs fixed and 2 small enhancements.
As always, the full ChangeLog is available.
An important update after the 3.4.0. It fixes few key issues.
Most notable bugs fixed:
...but there are more fixes in this release. As usually, I recommend to see ChangeLog for full list.
This version brings quite a number of new features, enhancements and updates, but also a lot of bugfixes.
Most notable changes:
RETURNING
syntax in INSERT/DELETE/UPDATE
MATERIALIZED
syntax in CTESTRICT
tablesRIGHT
, FULL OUTER JOIN
, IS (NOT) DISTINCT FROM
Ctrl
+MouseWheel or by (configurable) shortcuts Ctrl
+ +
and Ctrl
+ -
....and a lot more. Full changelog is available here.
Rather small, yet important bugfix release. Includes update to the most recent SQLite (3.35.4) and brings back independent SQLite library file to allow user manual updates if necessary.
Other notable changes are:
Full changelog is available here.
Yet another bugfix release, due to critical bug in 3.3.1, which caused SQL numbers and star operators to be wrapped with quotes.
Apart from this key bugfix, one more fix in this version is that parenthesis pairs matching now uses different color scheme than text selection colors, so it is not confusing anymore. By the way of this release also automated Unit Tests are added for SQL formatter component, to reduce amount of regression bugs.