From 3565aad630864ecdbe53fdaa501ea708555b3c7c Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 30 Apr 2023 18:30:36 -0400 Subject: New upstream version 3.4.4+dfsg. --- Plugins/SqlExport/SqlExportQuery.ui | 62 +++++++++++++++++++++---------------- 1 file changed, 36 insertions(+), 26 deletions(-) (limited to 'Plugins/SqlExport/SqlExportQuery.ui') diff --git a/Plugins/SqlExport/SqlExportQuery.ui b/Plugins/SqlExport/SqlExportQuery.ui index ff874bd..51569c0 100644 --- a/Plugins/SqlExport/SqlExportQuery.ui +++ b/Plugins/SqlExport/SqlExportQuery.ui @@ -7,57 +7,47 @@ 0 0 467 - 163 + 210 Form - - + + - Use SQL formatter to format exported SQL statements + Include the query in comments - SqlExport.UseFormatter - - - - - - - Table name to use for INSERT statements: + SqlExport.IncludeQueryInComments - - + + - Generate "CREATE TABLE" statement at the begining + Generate "DROP IF EXISTS" statement before "CREATE" statement - SqlExport.GenerateCreateTable + SqlExport.GenerateDrop - - + + - Include the query in comments - - - SqlExport.IncludeQueryInComments + Table name to use for INSERT statements: - - + + - Generate "DROP IF EXISTS" statement before "CREATE" statement + Use SQL formatter to format exported SQL statements - SqlExport.GenerateDrop + SqlExport.UseFormatter @@ -68,6 +58,16 @@ + + + + Generate "CREATE TABLE" statement at the begining + + + SqlExport.GenerateCreateTable + + + @@ -78,6 +78,16 @@ + + + + Add "IF NOT EXISTS" clause to "CREATE" statement + + + SqlExport.GenerateIfNotExists + + + -- cgit v1.2.3