Update TDengine

This commit is contained in:
sunkaixuan
2023-08-24 15:11:44 +08:00
parent e4e53ba25c
commit bfc2b54173
2 changed files with 5 additions and 1 deletions

View File

@@ -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>

View File

@@ -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