Move SQL execution in Execute SQL tab into a separate thread

This commit is contained in:
Martin Kleusberg
2018-10-14 22:00:29 +02:00
parent 7e0ff3061b
commit 1f9101ae2a
12 changed files with 312 additions and 71 deletions
+13
View File
@@ -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>