Skip to content

Releases: little-brother/sqlite-gui

1.4.3

23 Mar 09:37
Compare
Choose a tag to compare
Up to 1.4.3

+ Tab reorder
* Modeless Add/Edit dialog
* Up SQLite to 3.35.2
* Fix bugs

1.4.2

16 Mar 14:55
Compare
Choose a tag to compare
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

10 Feb 13:06
Compare
Choose a tag to compare
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

30 Jan 17:20
Compare
Choose a tag to compare
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

19 Jan 21:55
Compare
Choose a tag to compare
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

08 Jan 10:04
Compare
Choose a tag to compare
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

27 Dec 07:41
Compare
Choose a tag to compare
Up to 1.3.6

* Improve terminal output
* Minor changes

1.3.5

25 Dec 17:46
Compare
Choose a tag to compare
Up to 1.3.5

+ Terminal mode

1.3.4

18 Dec 18:51
Compare
Choose a tag to compare
Up to 1.3.4

+ Enable/Disable indexes and triggers
* Fix minor bugs

1.3.3

10 Dec 16:24
Compare
Choose a tag to compare
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