diff --git a/README.md b/README.md
index 1e7df88c..827eaa81 100644
--- a/README.md
+++ b/README.md
@@ -24,23 +24,23 @@
### 3、详细功能
-- 源端oracle/SqlServer/MySQL/MariaDB/PostgreSQL/DB2/DM/OSCAR/Kingbase8/HighGo/Hive/SQLite向目的端为Greenplum/PostgreSQL/HighGo的迁移(**支持绝大多数常规类型字段**)
+- 源端oracle/SqlServer/MySQL/MariaDB/PostgreSQL/DB2/DM/OSCAR/Kingbase8/GBase8a/HighGo/Hive/SQLite向目的端为Greenplum/PostgreSQL/HighGo的迁移(**支持绝大多数常规类型字段**)
-- 源端oracle/SqlServer/MySQL/MariaDB/PostgreSQL/DB2/DM/OSCAR/Kingbase8/HighGo/Hive/SQLite向目的端为Oracle的迁移(**支持绝大多数常规类型字段**)
+- 源端oracle/SqlServer/MySQL/MariaDB/PostgreSQL/DB2/DM/OSCAR/Kingbase8/GBase8a/HighGo/Hive/SQLite向目的端为Oracle的迁移(**支持绝大多数常规类型字段**)
-- 源端oracle/SqlServer/MySQL/MariaDB/PostgreSQL/DB2/DM/OSCAR/Kingbase8/HighGo/Hive/SQLite向目的端为SQLServer的迁移(**字段类型兼容测试中...**)
+- 源端oracle/SqlServer/MySQL/MariaDB/PostgreSQL/DB2/DM/OSCAR/Kingbase8/GBase8a/HighGo/Hive/SQLite向目的端为SQLServer的迁移(**字段类型兼容测试中...**)
-- 源端oracle/SqlServer/MySQL/MariaDB/PostgreSQL/DB2/DM/OSCAR/Kingbase8/HighGo/Hive/SQLite向目的端为MySQL/MariaDB的迁移(**字段类型兼容测试中...**)
+- 源端oracle/SqlServer/MySQL/MariaDB/PostgreSQL/DB2/DM/OSCAR/Kingbase8/GBase8a/HighGo/Hive/SQLite向目的端为MySQL/MariaDB/GBase8a的迁移(**字段类型兼容测试中...**)
-- 源端oracle/SqlServer/MySQL/MariaDB/PostgreSQL/DB2/DM/OSCAR/Kingbase8/HighGo/Hive/SQLite向目的端为DB2的迁移(**字段类型兼容测试中...**)
+- 源端oracle/SqlServer/MySQL/MariaDB/PostgreSQL/DB2/DM/OSCAR/Kingbase8/GBase8a/HighGo/Hive/SQLite向目的端为DB2的迁移(**字段类型兼容测试中...**)
-- 源端oracle/SqlServer/MySQL/MariaDB/PostgreSQL/DB2/DM/OSCAR/Kingbase8/HighGo/Hive/SQLite向目的端为Kingbase8的迁移(**支持绝大多数常规类型字段...**)
+- 源端oracle/SqlServer/MySQL/MariaDB/PostgreSQL/DB2/DM/OSCAR/Kingbase8/GBase8a/HighGo/Hive/SQLite向目的端为Kingbase8的迁移(**支持绝大多数常规类型字段...**)
-- 源端oracle/SqlServer/MySQL/MariaDB/PostgreSQL/DB2/DM/OSCAR/Kingbase8/HighGo/Hive/SQLite向目的端为DM的迁移(**支持绝大多数常规类型字段**)
+- 源端oracle/SqlServer/MySQL/MariaDB/PostgreSQL/DB2/DM/OSCAR/Kingbase8/GBase8a/HighGo/Hive/SQLite向目的端为DM的迁移(**支持绝大多数常规类型字段**)
-- 源端oracle/SqlServer/MySQL/MariaDB/PostgreSQL/DB2/DM/OSCAR/Kingbase8/HighGo/Hive/SQLite向目的端为OSCAR的迁移(**支持绝大多数常规类型字段**)
+- 源端oracle/SqlServer/MySQL/MariaDB/PostgreSQL/DB2/DM/OSCAR/Kingbase8/GBase8a/HighGo/Hive/SQLite向目的端为OSCAR的迁移(**支持绝大多数常规类型字段**)
-- 源端oracle/SqlServer/MySQL/MariaDB/PostgreSQL/DB2/DM/OSCAR/Kingbase8/HighGo/Hive/SQLite向目的端为SQLite的迁移(**支持部分常规类型字段...**)
+- 源端oracle/SqlServer/MySQL/MariaDB/PostgreSQL/DB2/DM/OSCAR/Kingbase8/GBase8a/HighGo/Hive/SQLite向目的端为SQLite的迁移(**支持部分常规类型字段...**)
** 注:** 目前Hive只支持Hive version 3.x的账号密码方式认证。
@@ -212,7 +212,7 @@ dbswitch:
> 提示:如果要将源端所有表名(或者字段名)添加前缀,可以配置```"from-pattern": "^","to-value": "T_"```;
-- (6)各个数据库的JDBC驱动连接示例如下:
+- (6)支持的数据库产品及其JDBC驱动连接示例如下:
**MySQL/MariaDB数据库**
@@ -277,6 +277,13 @@ jdbc连接地址:jdbc:oscar://172.17.2.1:2003/OSRDB
jdbc驱动名称:com.oscar.Driver
```
+**南大通用GBase8a数据库**
+
+```
+jdbc连接地址:jdbc:gbase://172.17.2.1:5258/gbase
+jdbc驱动名称:com.gbase.jdbc.Driver
+```
+
**翰高HighGo数据库(可按PostgreSQL使用)**
```
diff --git a/build-docker/build_and_push_image.sh b/build-docker/build_and_push_image.sh
index 5e5841c9..5080cc74 100644
--- a/build-docker/build_and_push_image.sh
+++ b/build-docker/build_and_push_image.sh
@@ -2,7 +2,7 @@
set -e
-DBSWITCH_VERSION=1.6.12
+DBSWITCH_VERSION=1.6.13
BUILD_DOCKER_DIR="$( cd "$( dirname "$0" )" && pwd )"
PROJECT_ROOT_DIR=$( dirname "$BUILD_DOCKER_DIR")
DOCKER_DBSWITCH_DIR=$BUILD_DOCKER_DIR/dbswitch
diff --git a/build-docker/install/docker-compose.yml b/build-docker/install/docker-compose.yml
index 79dca244..46dc0355 100644
--- a/build-docker/install/docker-compose.yml
+++ b/build-docker/install/docker-compose.yml
@@ -13,7 +13,7 @@ services:
MYSQL_ROOT_HOST: '%'
dbswitch:
container_name: dbswitch_webui
- image: inrgihc/dbswitch:1.6.12
+ image: inrgihc/dbswitch:1.6.13
environment:
MYSQLDB_HOST: dbswitch_mysqldb
MYSQLDB_PORT: 3306
diff --git a/dbswitch-admin-ui/README.md b/dbswitch-admin-ui/README.md
index 61c27c0c..ac22a888 100644
--- a/dbswitch-admin-ui/README.md
+++ b/dbswitch-admin-ui/README.md
@@ -4,6 +4,10 @@
基于Vue.js 2.0编写的dbswitch操作管理web端。
+## 二、环境
+
+ **node** : >= v14.17.3
+
## 二、构建
``` bash
diff --git a/dbswitch-admin/pom.xml b/dbswitch-admin/pom.xml
index cd61e256..297a516a 100644
--- a/dbswitch-admin/pom.xml
+++ b/dbswitch-admin/pom.xml
@@ -5,7 +5,7 @@
com.gitee.dbswitch
dbswitch-parent
- 1.6.12
+ 1.6.13
dbswitch-admin
diff --git a/dbswitch-admin/src/main/java/com/gitee/dbswitch/admin/type/SupportDbTypeEnum.java b/dbswitch-admin/src/main/java/com/gitee/dbswitch/admin/type/SupportDbTypeEnum.java
index e75e5028..0f24b451 100644
--- a/dbswitch-admin/src/main/java/com/gitee/dbswitch/admin/type/SupportDbTypeEnum.java
+++ b/dbswitch-admin/src/main/java/com/gitee/dbswitch/admin/type/SupportDbTypeEnum.java
@@ -55,13 +55,16 @@ public enum SupportDbTypeEnum {
"SELECT 1",
"jdbc:oscar://",
new String[]{"jdbc:oscar://{host}[:{port}]/[{database}][\\?{params}]"}),
- HIVE(10, "hive", "org.apache.hive.jdbc.HiveDriver", 10000,
+ GBASE8A(10, "gbase8a", "com.gbase.jdbc.Driver", 5258,
+ "/* ping */ SELECT 1",
+ "jdbc:gbase://",
+ new String[]{"jdbc:gbase://{host}[:{port}]/[{database}][\\?{params}]"}),
+ HIVE(11, "hive", "org.apache.hive.jdbc.HiveDriver", 10000,
"SELECT 1",
"jdbc:hive2://",
new String[]{"jdbc:hive2://{host}[:{port}]/[{database}][\\?{params}]"}),
-
// 参考文章:https://blog.csdn.net/wank1259162/article/details/104946744
- SQLITE3(11, "sqlite3", "org.sqlite.JDBC", 0,
+ SQLITE3(12, "sqlite3", "org.sqlite.JDBC", 0,
"SELECT 1",
"jdbc:sqlite:",
new String[]{"jdbc:sqlite:{file}", "jdbc:sqlite::resource:{file}"}),
diff --git a/dbswitch-common/pom.xml b/dbswitch-common/pom.xml
index e8702c70..442b4e20 100644
--- a/dbswitch-common/pom.xml
+++ b/dbswitch-common/pom.xml
@@ -5,7 +5,7 @@
com.gitee.dbswitch
dbswitch-parent
- 1.6.12
+ 1.6.13
dbswitch-common
diff --git a/dbswitch-common/src/main/java/com/gitee/dbswitch/common/type/DatabaseTypeEnum.java b/dbswitch-common/src/main/java/com/gitee/dbswitch/common/type/DatabaseTypeEnum.java
index ab19fbbb..18f2b3a4 100644
--- a/dbswitch-common/src/main/java/com/gitee/dbswitch/common/type/DatabaseTypeEnum.java
+++ b/dbswitch-common/src/main/java/com/gitee/dbswitch/common/type/DatabaseTypeEnum.java
@@ -77,15 +77,20 @@ public enum DatabaseTypeEnum {
*/
OSCAR(11),
+ /**
+ * [国产]南大通用GBase8a数据库
+ */
+ GBASE8A(12),
+
/**
* HIVE数据库
*/
- HIVE(12),
+ HIVE(13),
/**
* SQLite数据库
*/
- SQLITE3(13),
+ SQLITE3(14),
;
private int index;
@@ -94,9 +99,15 @@ public enum DatabaseTypeEnum {
this.index = idx;
}
+ public int getIndex() {
+ return index;
+ }
+
public boolean noCommentStatement() {
return Arrays.asList(
DatabaseTypeEnum.MYSQL,
+ DatabaseTypeEnum.MARIADB,
+ DatabaseTypeEnum.GBASE8A,
DatabaseTypeEnum.HIVE,
DatabaseTypeEnum.SQLITE3
).contains(this);
diff --git a/dbswitch-common/src/main/java/com/gitee/dbswitch/common/util/DatabaseAwareUtils.java b/dbswitch-common/src/main/java/com/gitee/dbswitch/common/util/DatabaseAwareUtils.java
index 6ba97aeb..2e71e261 100644
--- a/dbswitch-common/src/main/java/com/gitee/dbswitch/common/util/DatabaseAwareUtils.java
+++ b/dbswitch-common/src/main/java/com/gitee/dbswitch/common/util/DatabaseAwareUtils.java
@@ -46,6 +46,7 @@ public final class DatabaseAwareUtils {
productNameMap.put("Hive", DatabaseTypeEnum.HIVE);
productNameMap.put("SQLite", DatabaseTypeEnum.SQLITE3);
productNameMap.put("OSCAR", DatabaseTypeEnum.OSCAR);
+ productNameMap.put("GBase", DatabaseTypeEnum.GBASE8A);
driverNameMap.put("MySQL Connector Java", DatabaseTypeEnum.MYSQL);
driverNameMap.put("MariaDB Connector/J", DatabaseTypeEnum.MARIADB);
@@ -57,6 +58,7 @@ public final class DatabaseAwareUtils {
driverNameMap.put("Hive JDBC", DatabaseTypeEnum.HIVE);
driverNameMap.put("SQLite JDBC", DatabaseTypeEnum.SQLITE3);
driverNameMap.put("OSCAR JDBC DRIVER", DatabaseTypeEnum.OSCAR);
+ driverNameMap.put("GBase JDBC Driver", DatabaseTypeEnum.GBASE8A);
}
/**
diff --git a/dbswitch-core/lib/gbase-connector-java-8.3.81.53-build55.5.3-bin.jar b/dbswitch-core/lib/gbase-connector-java-8.3.81.53-build55.5.3-bin.jar
new file mode 100644
index 00000000..a42ebb5e
Binary files /dev/null and b/dbswitch-core/lib/gbase-connector-java-8.3.81.53-build55.5.3-bin.jar differ
diff --git a/dbswitch-core/pom.xml b/dbswitch-core/pom.xml
index a794746e..ae6ff00b 100644
--- a/dbswitch-core/pom.xml
+++ b/dbswitch-core/pom.xml
@@ -5,7 +5,7 @@
com.gitee.dbswitch
dbswitch-parent
- 1.6.12
+ 1.6.13
dbswitch-core
@@ -102,6 +102,15 @@
${project.basedir}/lib/oscarJDBC8.jar
+
+
+ com.gbase.jdbc
+ gbase-connector-java
+ 8.3.81.53
+ system
+ ${project.basedir}/lib/gbase-connector-java-8.3.81.53-build55.5.3-bin.jar
+
+
org.mariadb.jdbc
mariadb-java-client
diff --git a/dbswitch-core/src/main/java/com/gitee/dbswitch/core/database/DatabaseFactory.java b/dbswitch-core/src/main/java/com/gitee/dbswitch/core/database/DatabaseFactory.java
index 196df22c..bfc94339 100644
--- a/dbswitch-core/src/main/java/com/gitee/dbswitch/core/database/DatabaseFactory.java
+++ b/dbswitch-core/src/main/java/com/gitee/dbswitch/core/database/DatabaseFactory.java
@@ -12,6 +12,7 @@ package com.gitee.dbswitch.core.database;
import com.gitee.dbswitch.common.type.DatabaseTypeEnum;
import com.gitee.dbswitch.core.database.impl.DatabaseDB2Impl;
import com.gitee.dbswitch.core.database.impl.DatabaseDmImpl;
+import com.gitee.dbswitch.core.database.impl.DatabaseGbase8aImpl;
import com.gitee.dbswitch.core.database.impl.DatabaseGreenplumImpl;
import com.gitee.dbswitch.core.database.impl.DatabaseHiveImpl;
import com.gitee.dbswitch.core.database.impl.DatabaseKingbaseImpl;
@@ -41,16 +42,17 @@ public final class DatabaseFactory {
{
put(DatabaseTypeEnum.MYSQL, DatabaseMysqlImpl::new);
+ put(DatabaseTypeEnum.MARIADB, DatabaseMariaDBImpl::new);
put(DatabaseTypeEnum.ORACLE, DatabaseOracleImpl::new);
put(DatabaseTypeEnum.SQLSERVER2000, DatabaseSqlserver2000Impl::new);
put(DatabaseTypeEnum.SQLSERVER, DatabaseSqlserverImpl::new);
put(DatabaseTypeEnum.POSTGRESQL, DatabasePostgresImpl::new);
put(DatabaseTypeEnum.GREENPLUM, DatabaseGreenplumImpl::new);
- put(DatabaseTypeEnum.MARIADB, DatabaseMariaDBImpl::new);
put(DatabaseTypeEnum.DB2, DatabaseDB2Impl::new);
put(DatabaseTypeEnum.DM, DatabaseDmImpl::new);
put(DatabaseTypeEnum.KINGBASE, DatabaseKingbaseImpl::new);
put(DatabaseTypeEnum.OSCAR, DatabaseOscarImpl::new);
+ put(DatabaseTypeEnum.GBASE8A, DatabaseGbase8aImpl::new);
put(DatabaseTypeEnum.HIVE, DatabaseHiveImpl::new);
put(DatabaseTypeEnum.SQLITE3, DatabaseSqliteImpl::new);
}
diff --git a/dbswitch-core/src/main/java/com/gitee/dbswitch/core/database/impl/DatabaseGbase8aImpl.java b/dbswitch-core/src/main/java/com/gitee/dbswitch/core/database/impl/DatabaseGbase8aImpl.java
new file mode 100644
index 00000000..11e2749b
--- /dev/null
+++ b/dbswitch-core/src/main/java/com/gitee/dbswitch/core/database/impl/DatabaseGbase8aImpl.java
@@ -0,0 +1,30 @@
+// Copyright tang. All rights reserved.
+// https://gitee.com/inrgihc/dbswitch
+//
+// Use of this source code is governed by a BSD-style license
+//
+// Author: tang (inrgihc@126.com)
+// Date : 2020/1/2
+// Location: beijing , china
+/////////////////////////////////////////////////////////////
+package com.gitee.dbswitch.core.database.impl;
+
+import com.gitee.dbswitch.common.type.DatabaseTypeEnum;
+
+/**
+ * 支持GBase8a数据库的元信息实现
+ *
+ * @author tang
+ */
+public class DatabaseGbase8aImpl extends DatabaseMysqlImpl {
+
+ public DatabaseGbase8aImpl() {
+ super("com.gbase.jdbc.Driver");
+ }
+
+ @Override
+ public DatabaseTypeEnum getDatabaseType() {
+ return DatabaseTypeEnum.GBASE8A;
+ }
+
+}
\ No newline at end of file
diff --git a/dbswitch-data/pom.xml b/dbswitch-data/pom.xml
index 2b4755ef..a2056fcf 100644
--- a/dbswitch-data/pom.xml
+++ b/dbswitch-data/pom.xml
@@ -5,7 +5,7 @@
com.gitee.dbswitch
dbswitch-parent
- 1.6.12
+ 1.6.13
dbswitch-data
diff --git a/dbswitch-dbchange/pom.xml b/dbswitch-dbchange/pom.xml
index dda24f31..239f9f5d 100644
--- a/dbswitch-dbchange/pom.xml
+++ b/dbswitch-dbchange/pom.xml
@@ -5,7 +5,7 @@
com.gitee.dbswitch
dbswitch-parent
- 1.6.12
+ 1.6.13
dbswitch-dbchange
diff --git a/dbswitch-dbcommon/pom.xml b/dbswitch-dbcommon/pom.xml
index 2e6463f8..0fd5686d 100644
--- a/dbswitch-dbcommon/pom.xml
+++ b/dbswitch-dbcommon/pom.xml
@@ -5,7 +5,7 @@
com.gitee.dbswitch
dbswitch-parent
- 1.6.12
+ 1.6.13
dbswitch-dbcommon
diff --git a/dbswitch-dbcommon/src/main/java/com/gitee/dbswitch/dbcommon/database/DatabaseOperatorFactory.java b/dbswitch-dbcommon/src/main/java/com/gitee/dbswitch/dbcommon/database/DatabaseOperatorFactory.java
index 8331fe9f..439eef16 100644
--- a/dbswitch-dbcommon/src/main/java/com/gitee/dbswitch/dbcommon/database/DatabaseOperatorFactory.java
+++ b/dbswitch-dbcommon/src/main/java/com/gitee/dbswitch/dbcommon/database/DatabaseOperatorFactory.java
@@ -41,7 +41,7 @@ public final class DatabaseOperatorFactory {
{
put(DatabaseTypeEnum.MYSQL, MysqlDatabaseOperator::new);
- put(DatabaseTypeEnum.MYSQL, MysqlDatabaseOperator::new);
+ put(DatabaseTypeEnum.MARIADB, MysqlDatabaseOperator::new);
put(DatabaseTypeEnum.ORACLE, OracleDatabaseOperator::new);
put(DatabaseTypeEnum.SQLSERVER, SqlServerDatabaseOperator::new);
put(DatabaseTypeEnum.SQLSERVER2000, SqlServerDatabaseOperator::new);
@@ -51,6 +51,7 @@ public final class DatabaseOperatorFactory {
put(DatabaseTypeEnum.DM, DmDatabaseOperator::new);
put(DatabaseTypeEnum.KINGBASE, KingbaseDatabaseOperator::new);
put(DatabaseTypeEnum.OSCAR, OscarDatabaseOperator::new);
+ put(DatabaseTypeEnum.GBASE8A, MysqlDatabaseOperator::new);
put(DatabaseTypeEnum.HIVE, HiveDatabaseOperator::new);
put(DatabaseTypeEnum.SQLITE3, SqliteDatabaseOperator::new);
}
diff --git a/dbswitch-dbsynch/pom.xml b/dbswitch-dbsynch/pom.xml
index 33d01c4a..955db03b 100644
--- a/dbswitch-dbsynch/pom.xml
+++ b/dbswitch-dbsynch/pom.xml
@@ -5,7 +5,7 @@
com.gitee.dbswitch
dbswitch-parent
- 1.6.12
+ 1.6.13
dbswitch-dbsynch
diff --git a/dbswitch-dbsynch/src/main/java/com/gitee/dbswitch/dbsynch/DatabaseSynchronizeFactory.java b/dbswitch-dbsynch/src/main/java/com/gitee/dbswitch/dbsynch/DatabaseSynchronizeFactory.java
index 24a5bc59..b4bc9e61 100644
--- a/dbswitch-dbsynch/src/main/java/com/gitee/dbswitch/dbsynch/DatabaseSynchronizeFactory.java
+++ b/dbswitch-dbsynch/src/main/java/com/gitee/dbswitch/dbsynch/DatabaseSynchronizeFactory.java
@@ -40,6 +40,7 @@ public final class DatabaseSynchronizeFactory {
{
put(DatabaseTypeEnum.MYSQL, MySqlDatabaseSyncImpl::new);
+ put(DatabaseTypeEnum.MARIADB, MySqlDatabaseSyncImpl::new);
put(DatabaseTypeEnum.ORACLE, OracleDatabaseSyncImpl::new);
put(DatabaseTypeEnum.SQLSERVER, SqlServerDatabaseSyncImpl::new);
put(DatabaseTypeEnum.SQLSERVER2000, SqlServerDatabaseSyncImpl::new);
@@ -49,6 +50,7 @@ public final class DatabaseSynchronizeFactory {
put(DatabaseTypeEnum.DM, DmDatabaseSyncImpl::new);
put(DatabaseTypeEnum.KINGBASE, KingbaseDatabaseSyncImpl::new);
put(DatabaseTypeEnum.OSCAR, OscarDatabaseSyncImpl::new);
+ put(DatabaseTypeEnum.GBASE8A, MySqlDatabaseSyncImpl::new);
put(DatabaseTypeEnum.SQLITE3, Sqlite3DatabaseSyncImpl::new);
}
};
diff --git a/dbswitch-dbwriter/pom.xml b/dbswitch-dbwriter/pom.xml
index 48311fe2..b4ed930c 100644
--- a/dbswitch-dbwriter/pom.xml
+++ b/dbswitch-dbwriter/pom.xml
@@ -5,7 +5,7 @@
com.gitee.dbswitch
dbswitch-parent
- 1.6.12
+ 1.6.13
dbswitch-dbwriter
diff --git a/dbswitch-dbwriter/src/main/java/com/gitee/dbswitch/dbwriter/DatabaseWriterFactory.java b/dbswitch-dbwriter/src/main/java/com/gitee/dbswitch/dbwriter/DatabaseWriterFactory.java
index ca263aa1..9cf1be62 100644
--- a/dbswitch-dbwriter/src/main/java/com/gitee/dbswitch/dbwriter/DatabaseWriterFactory.java
+++ b/dbswitch-dbwriter/src/main/java/com/gitee/dbswitch/dbwriter/DatabaseWriterFactory.java
@@ -39,6 +39,7 @@ public class DatabaseWriterFactory {
{
put(DatabaseTypeEnum.MYSQL, MySqlWriterImpl::new);
+ put(DatabaseTypeEnum.MARIADB, MySqlWriterImpl::new);
put(DatabaseTypeEnum.ORACLE, OracleWriterImpl::new);
put(DatabaseTypeEnum.SQLSERVER, SqlServerWriterImpl::new);
put(DatabaseTypeEnum.SQLSERVER2000, SqlServerWriterImpl::new);
@@ -49,6 +50,7 @@ public class DatabaseWriterFactory {
//对于kingbase当前只能使用insert模式
put(DatabaseTypeEnum.KINGBASE, KingbaseInsertWriterImpl::new);
put(DatabaseTypeEnum.OSCAR, OscarWriterImpl::new);
+ put(DatabaseTypeEnum.GBASE8A, MySqlWriterImpl::new);
put(DatabaseTypeEnum.SQLITE3, Sqlite3WriterImpl::new);
}
};
diff --git a/dbswitch-pgwriter/pom.xml b/dbswitch-pgwriter/pom.xml
index 40c4d314..1507c32e 100644
--- a/dbswitch-pgwriter/pom.xml
+++ b/dbswitch-pgwriter/pom.xml
@@ -5,7 +5,7 @@
com.gitee.dbswitch
dbswitch-parent
- 1.6.12
+ 1.6.13
dbswitch-pgwriter
diff --git a/dbswitch-sql/pom.xml b/dbswitch-sql/pom.xml
index ee3ed59d..d925a4bd 100644
--- a/dbswitch-sql/pom.xml
+++ b/dbswitch-sql/pom.xml
@@ -5,7 +5,7 @@
com.gitee.dbswitch
dbswitch-parent
- 1.6.12
+ 1.6.13
dbswitch-sql
diff --git a/package-tool/pom.xml b/package-tool/pom.xml
index 4565a2dc..78d1f658 100644
--- a/package-tool/pom.xml
+++ b/package-tool/pom.xml
@@ -5,7 +5,7 @@
com.gitee.dbswitch
dbswitch-parent
- 1.6.12
+ 1.6.13
package-tool
diff --git a/pom.xml b/pom.xml
index f32aac49..55d357b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
com.gitee.dbswitch
dbswitch-parent
- 1.6.12
+ 1.6.13
pom
dbswitch
database switch project
diff --git a/version.cmd b/version.cmd
index c402a2b1..2bbacb90 100644
--- a/version.cmd
+++ b/version.cmd
@@ -1,6 +1,6 @@
@echo off
-set APP_VERSION=1.6.12
+set APP_VERSION=1.6.13
echo "Clean Project ..."
call mvn clean -f pom.xml