Releases: little-brother/sqlite-gui
Releases · little-brother/sqlite-gui
1.4.3
Up to 1.4.3 + Tab reorder * Modeless Add/Edit dialog * Up SQLite to 3.35.2 * Fix bugs
1.4.2
Up to 1.4.2 + Modeless "Edit data" dialog to edit multiple tables at the same time + Edit a view data if "instead of"-triggers are defined + Generated columns support + Delete a table column + Change word wrap mode in an editor by Ctrl + W + Show "instead of" triggers in DDL for a view * Up SQLite to 3.35.0 * Fix Tab-key indent in an editor * Fix issue #6 ("Execute on a database connection" doesn't work) * Fix null arg e.g. md5(null) in ora extension * Fix bugs
1.4.1
Up to 1.4.1 + Search on a database diagram + Export/Import table(s) via ODBC + SHARED in-memory schema instead TEMP * Move all extensions from sqlite-wf to sqlite-gui * Remove Workflow Manager * Fix issue #5 (pragma journal_mode=wal) * Fix minor bugs
1.4.0
Up to 1.4.0 + Executing queries in parallel on different tabs (multi-threading mode) + Edit data dialog: support exactly match "=" and regexp "/" column filters + ora-extension: base64_encode, base64_decode * ora-extension: support negative index in strpart * Recompile sqlite3.dll with -O3 and -DSQLITE_THREADSAFE=2 * Up SQLite to 3.34.1 * Fix minor bugs
1.3.8
Up to 1.3.8 + Windows 10 support + Query parameters e.g. select * from t where id < @id + strpart(str, delims, partno), e.g. select strpart('ab-cd-ef', '-', 2) --> 'cd' * Reform Edit data dialog * Generate data for any schema * Minor changes * Fix minor bugs
1.3.7
Up to 1.3.7 + Charts + MessageBeep on query done * Recompile by MinGW 9.2.0 * Fix data editing for tables without rowid * Fix quote removing in executable query * Fix adding a successful query to history * Minor changes
1.3.6
Up to 1.3.6 * Improve terminal output * Minor changes
1.3.5
Up to 1.3.5 + Terminal mode
1.3.4
Up to 1.3.4 + Enable/Disable indexes and triggers * Fix minor bugs
1.3.3
Up to 1.3.2 1.3.3 + crc32 and md5 function to ora-extension + Rows duplication * Improve view/edit for multiline values * Up SQLite to 3.34.0