mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-24 05:42:01 +08:00
Update TDengine
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<package >
|
||||
<metadata>
|
||||
<id>SqlSugar.TDengineCore</id>
|
||||
<version>1.2</version>
|
||||
<version>1.9</version>
|
||||
<authors>sunkaixuan</authors>
|
||||
<owners>Landa</owners>
|
||||
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
||||
|
||||
@@ -52,6 +52,10 @@ namespace SqlSugar.TDengine
|
||||
{
|
||||
dbTypeName = "sbyte";
|
||||
}
|
||||
else if (dbTypeName.ToLower() == "double")
|
||||
{
|
||||
dbTypeName = "double";
|
||||
}
|
||||
return dbTypeName;
|
||||
}
|
||||
public override List<KeyValuePair<string, CSharpDataType>> MappingTypes
|
||||
|
||||
Reference in New Issue
Block a user