From feda8a7db8d1d7c5439aa8f8feef7cc0dd2b59a0 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Fri, 27 Jul 2018 23:51:12 -0400 Subject: New upstream version 3.2.1+dfsg1 --- Plugins/SqlExport/SqlExport.pro | 4 +- Plugins/SqlExport/SqlExport_ro_RO.qm | Bin 0 -> 30 bytes Plugins/SqlExport/SqlExport_ro_RO.ts | 98 +++++++++++++++++++++++++++++++++++ Plugins/SqlExport/package.xml | 10 ++++ Plugins/SqlExport/sqlexport.h | 2 +- Plugins/SqlExport/sqlexport.json | 2 +- Plugins/SqlExport/sqlexport.qrc | 2 + 7 files changed, 115 insertions(+), 3 deletions(-) create mode 100644 Plugins/SqlExport/SqlExport_ro_RO.qm create mode 100644 Plugins/SqlExport/SqlExport_ro_RO.ts create mode 100644 Plugins/SqlExport/package.xml (limited to 'Plugins/SqlExport') diff --git a/Plugins/SqlExport/SqlExport.pro b/Plugins/SqlExport/SqlExport.pro index 9568a11..93e4af9 100644 --- a/Plugins/SqlExport/SqlExport.pro +++ b/Plugins/SqlExport/SqlExport.pro @@ -29,7 +29,8 @@ RESOURCES += \ sqlexport.qrc -TRANSLATIONS += SqlExport_de.ts \ +TRANSLATIONS += SqlExport_ro_RO.ts \ + SqlExport_de.ts \ SqlExport_it.ts \ SqlExport_zh_CN.ts \ SqlExport_sk.ts \ @@ -53,3 +54,4 @@ TRANSLATIONS += SqlExport_de.ts \ + diff --git a/Plugins/SqlExport/SqlExport_ro_RO.qm b/Plugins/SqlExport/SqlExport_ro_RO.qm new file mode 100644 index 0000000..2856eb9 Binary files /dev/null and b/Plugins/SqlExport/SqlExport_ro_RO.qm differ diff --git a/Plugins/SqlExport/SqlExport_ro_RO.ts b/Plugins/SqlExport/SqlExport_ro_RO.ts new file mode 100644 index 0000000..6bba8e5 --- /dev/null +++ b/Plugins/SqlExport/SqlExport_ro_RO.ts @@ -0,0 +1,98 @@ + + + + + SqlExport + + + -- Results of query: + + + + + -- Table: %1 + + + + + -- Index: %1 + + + + + -- Trigger: %1 + + + + + -- View: %1 + + + + + -- File generated with SQLiteStudio v%1 on %2 + + + + + -- Text encoding used: %1 + + + + + Table name for INSERT statements is mandatory. + + + + + sqlExportCommonConfig + + + Generate "DROP IF EXISTS" statement before "CREATE" statement + + + + + Format DDL statements only (excludes "INSERT" statements) + + + + + Use SQL formatter to format exported SQL statements + + + + + sqlExportQueryConfig + + + Use SQL formatter to format exported SQL statements + + + + + Table name to use for INSERT statements: + + + + + Generate "CREATE TABLE" statement at the begining + + + + + Include the query in comments + + + + + Generate "DROP IF EXISTS" statement before "CREATE" statement + + + + + Format DDL statements only (excludes "INSERT" statements) + + + + diff --git a/Plugins/SqlExport/package.xml b/Plugins/SqlExport/package.xml new file mode 100644 index 0000000..f83fe22 --- /dev/null +++ b/Plugins/SqlExport/package.xml @@ -0,0 +1,10 @@ + + + SQL export plugin + Plugin for exporting schema and data into SQL/DDL format. + %VERSION% + %DATE% + pl.com.salsoft.sqlitestudio.plugins.sqlexport + pl.com.salsoft.sqlitestudio.plugins + true + \ No newline at end of file diff --git a/Plugins/SqlExport/sqlexport.h b/Plugins/SqlExport/sqlexport.h index 56eb42d..65a4c82 100644 --- a/Plugins/SqlExport/sqlexport.h +++ b/Plugins/SqlExport/sqlexport.h @@ -60,7 +60,7 @@ class SQLEXPORTSHARED_EXPORT SqlExport : public GenericExportPlugin QString theTable; QString columns; - CFG_LOCAL(SqlExportConfig, cfg) + CFG_LOCAL_PERSISTABLE(SqlExportConfig, cfg) }; #endif // SQLEXPORT_H diff --git a/Plugins/SqlExport/sqlexport.json b/Plugins/SqlExport/sqlexport.json index 82ad923..8b8898c 100644 --- a/Plugins/SqlExport/sqlexport.json +++ b/Plugins/SqlExport/sqlexport.json @@ -2,6 +2,6 @@ "type": "ExportPlugin", "title": "SQL export", "description": "Provides SQL format for exporting", - "version": 10101, + "version": 10102, "author": "SalSoft" } diff --git a/Plugins/SqlExport/sqlexport.qrc b/Plugins/SqlExport/sqlexport.qrc index 81412cb..5a7d22c 100644 --- a/Plugins/SqlExport/sqlexport.qrc +++ b/Plugins/SqlExport/sqlexport.qrc @@ -4,6 +4,7 @@ SqlExportCommon.ui + SqlExport_ro_RO.qm SqlExport_de.qm @@ -17,3 +18,4 @@ + -- cgit v1.2.3