-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ 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
- Loading branch information
1 parent
fc83ba3
commit d454a34
Showing
16 changed files
with
1,087 additions
and
564 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Sqlite-gui is a lightweight Windows GUI for [SQLite](https://www.sqlite.org/index.html) powered by C++, WinAPI and [Code::Blocks 17](http://www.codeblocks.org/). <br> | ||
sqlite-gui is a lightweight Windows GUI for [SQLite](https://www.sqlite.org/index.html) powered by C++, WinAPI and [Code::Blocks 17](http://www.codeblocks.org/). <br> | ||
|
||
|[**Download the latest version**](https://github.com/little-brother/sqlite-gui/releases/latest)| | ||
|-------------------------------------------------------------------------------------------| | ||
|
@@ -29,5 +29,5 @@ Sqlite-gui is a lightweight Windows GUI for [SQLite](https://www.sqlite.org/inde | |
* NULL is displayed as an empty string and an empty string is set to NULL when data is edit | ||
* The application is a single threaded. Therefore, the interface freeze on long operations | ||
|
||
If you like the project, press the like-button [here](https://alternativeto.net/software/sqlite-gui/) or write something in a [Reddit](https://www.reddit.com/r/sqlite/comments/iaao8x/a_new_lightweight_sqlite_tool_for_windows/) topic to support it.<br> | ||
If you like the project, press the like-button [here](https://alternativeto.net/software/sqlite-gui/about) or write something in a [Reddit](https://www.reddit.com/r/sqlite/comments/iaao8x/a_new_lightweight_sqlite_tool_for_windows/) topic to support it.<br> | ||
If you have any problems, comments or suggestions, check [Wiki](https://github.com/little-brother/sqlite-gui/wiki) or just let me know <a href="mailto:[email protected]?subject=sqlite-gui">[email protected]</a>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.