Update click house

This commit is contained in:
sunkaixuan 2024-01-18 10:13:24 +08:00
parent 56bbc58e3f
commit de785db19e
2 changed files with 3 additions and 1 deletions

View File

@ -86,6 +86,8 @@ namespace SqlSugar.ClickHouse
new KeyValuePair<string, CSharpDataType>("Datetime64",CSharpDataType.DateTime),
new KeyValuePair<string, CSharpDataType>("Datetime64",CSharpDataType.DateTime),
new KeyValuePair<string, CSharpDataType>("Datetime64(6)",CSharpDataType.DateTime),
new KeyValuePair<string, CSharpDataType>("Datetime64(3)",CSharpDataType.DateTime),
new KeyValuePair<string, CSharpDataType>("Datetime64(9)",CSharpDataType.DateTime),
new KeyValuePair<string, CSharpDataType>("Float64",CSharpDataType.@double),
new KeyValuePair<string, CSharpDataType>("Float32",CSharpDataType.@float),
new KeyValuePair<string, CSharpDataType>("nullable",CSharpDataType.@object),

View File

@ -2,7 +2,7 @@
<package >
<metadata>
<id>SqlSugar.ClickHouseCore</id>
<version>5.1.4.42</version>
<version>5.1.4.136</version>
<authors>sunkaixuan</authors>
<owners>Landa</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>