Skip to content

Commit

Permalink
Up to 1.7.2
Browse files Browse the repository at this point in the history
* Resultset search by Ctrl + F
* Resultset transposition
* Compare an query (diff) with clipboard by Ctrl + D
* Alt + Double Click in a resultset for drill-down by references
* Drag-n-drop into a tree to open db or import csv/sql file
* Improve text formatting (issues #101, #103)
* Improve Edit data dialog
* Help for pragmas
* Minor changes
* Fix bugs
  • Loading branch information
little-brother committed Apr 24, 2022
1 parent 9539675 commit a1b521d
Show file tree
Hide file tree
Showing 13 changed files with 2,432 additions and 258 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ http-debug.txt
sqlite-gui.depend
sqlite-gui.layout
ToDo.txt
build.bat
*.bat
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sqlite-gui is a lightweight Windows GUI for [SQLite](https://www.sqlite.org/index.html) powered by C++/mingw64/WinAPI.<br>
Small, simple, powerfull, fast, free.
sqlite-gui is a lightweight [SQLite](https://www.sqlite.org/index.html) editor for Windows powered by C++/mingw64/WinAPI.<br>
Small, simple, [powerfull](https://youtu.be/lctkqWD7HTk), fast, free.

|[**Download the latest version**](https://github.com/little-brother/sqlite-gui/releases/latest)|
|-------------------------------------------------------------------------------------------|
Expand Down
Loading

0 comments on commit a1b521d

Please sign in to comment.