Add TDSQL

This commit is contained in:
sunkaixuan
2024-09-20 16:28:09 +08:00
parent b20dbe21c0
commit 7a355b9ed9
3 changed files with 6 additions and 2 deletions

View File

@@ -522,6 +522,9 @@ namespace SqlSugar
case DbType.PolarDB:
config.DbType = DbType.MySql;
break;
case DbType.TDSQL:
config.DbType = DbType.MySql;
break;
case DbType.Doris:
config.DbType = DbType.MySql;
if (this.CurrentConnectionConfig.MoreSettings == null)

View File

@@ -33,7 +33,8 @@ namespace SqlSugar
Doris,
Xugu,
GoldenDB,
TDSQLForPGODBC,
TDSQLForPGODBC,
TDSQL,
Custom =900
}
}

View File

@@ -2,7 +2,7 @@
<package >
<metadata>
<id>SqlSugarCore</id>
<version>5.1.4.170-preview02</version>
<version>5.1.4.170-preview04</version>
<authors>sunkaixuan</authors>
<owners>果糖大数据科技</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>