mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-21 18:48:27 +08:00
Add TDSQL
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -33,7 +33,8 @@ namespace SqlSugar
|
|||||||
Doris,
|
Doris,
|
||||||
Xugu,
|
Xugu,
|
||||||
GoldenDB,
|
GoldenDB,
|
||||||
TDSQLForPGODBC,
|
TDSQLForPGODBC,
|
||||||
|
TDSQL,
|
||||||
Custom =900
|
Custom =900
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user