mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-04-26 14:39:01 -05:00
Move SQL execution in Execute SQL tab into a separate thread
This commit is contained in:
@@ -941,6 +941,7 @@ You can drag SQL statements from an object row and drop them into other applicat
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionExecuteSql"/>
|
||||
<addaction name="actionSqlExecuteLine"/>
|
||||
<addaction name="actionSqlStop"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionSqlResultsSave"/>
|
||||
<addaction name="separator"/>
|
||||
@@ -2384,6 +2385,18 @@ You can drag SQL statements from the Schema column and drop them into the SQL ed
|
||||
<string>Ctrl+Shift+/</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSqlStop">
|
||||
<property name="icon">
|
||||
<iconset resource="icons/icons.qrc">
|
||||
<normaloff>:/icons/cancel</normaloff>:/icons/cancel</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Stop SQL execution</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Stop the currently running SQL script</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
|
||||
Reference in New Issue
Block a user