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: case DbType.PolarDB:
config.DbType = DbType.MySql; config.DbType = DbType.MySql;
break; break;
case DbType.TDSQL:
config.DbType = DbType.MySql;
break;
case DbType.Doris: case DbType.Doris:
config.DbType = DbType.MySql; config.DbType = DbType.MySql;
if (this.CurrentConnectionConfig.MoreSettings == null) if (this.CurrentConnectionConfig.MoreSettings == null)

View File

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

View File

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