diff options
| author | 2023-04-30 18:31:18 -0400 | |
|---|---|---|
| committer | 2023-04-30 18:31:18 -0400 | |
| commit | 4de57f628bc74f00ba1885e91c84ea07c5405d8f (patch) | |
| tree | 5d91900751e826d491ff1b2ebc571a787e84f864 /Plugins/SqlExport/SqlExportCommon.ui | |
| parent | 74d881cefa9097e58e129e37b9c44d680d8c7dfe (diff) | |
| parent | 3565aad630864ecdbe53fdaa501ea708555b3c7c (diff) | |
Update upstream source from tag 'upstream/3.4.4+dfsg'
Update to upstream version '3.4.4+dfsg'
with Debian dir 482614bd23f0ef52dabc9803477204ad88e917ed
Diffstat (limited to 'Plugins/SqlExport/SqlExportCommon.ui')
| -rw-r--r-- | Plugins/SqlExport/SqlExportCommon.ui | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/Plugins/SqlExport/SqlExportCommon.ui b/Plugins/SqlExport/SqlExportCommon.ui index 891c26a..7fee728 100644 --- a/Plugins/SqlExport/SqlExportCommon.ui +++ b/Plugins/SqlExport/SqlExportCommon.ui @@ -7,14 +7,24 @@ <x>0</x> <y>0</y> <width>467</width> - <height>86</height> + <height>125</height> </rect> </property> <property name="windowTitle"> <string notr="true">Form</string> </property> <layout class="QGridLayout" name="gridLayout"> - <item row="2" column="0" colspan="2"> + <item row="0" column="0" colspan="2"> + <widget class="QCheckBox" name="formatCheck"> + <property name="text"> + <string>Use SQL formatter to format exported SQL statements</string> + </property> + <property name="cfg" stdset="0"> + <string notr="true">SqlExport.UseFormatter</string> + </property> + </widget> + </item> + <item row="3" column="0" colspan="2"> <widget class="QCheckBox" name="dropCheck"> <property name="text"> <string>Generate "DROP IF EXISTS" statement before "CREATE" statement</string> @@ -34,13 +44,13 @@ </property> </widget> </item> - <item row="0" column="0" colspan="2"> - <widget class="QCheckBox" name="formatCheck"> + <item row="2" column="0" colspan="2"> + <widget class="QCheckBox" name="ifNotExistsCheck"> <property name="text"> - <string>Use SQL formatter to format exported SQL statements</string> + <string>Add "IF NOT EXISTS" clause to "CREATE" statement</string> </property> <property name="cfg" stdset="0"> - <string notr="true">SqlExport.UseFormatter</string> + <string notr="true">SqlExport.GenerateIfNotExists</string> </property> </widget> </item> |
