-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve detection of query vs. modify statements in Execute SQL tab
This should improve the detection of read-only query statements vs. modifiying statements in the Execute SQL tab. The idea is to stop looking for the SELECT keyword at the beginning of the statement and instead fully rely on whether SQLite returns any data for this statement. See issue #1185.
- Loading branch information
1 parent
b9595b9
commit 955848f
Showing
1 changed file
with
13 additions
and
8 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