mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 13:06:50 +08:00
Update click house
This commit is contained in:
parent
56bbc58e3f
commit
de785db19e
@ -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),
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user