mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +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",CSharpDataType.DateTime),
|
new KeyValuePair<string, CSharpDataType>("Datetime64",CSharpDataType.DateTime),
|
||||||
new KeyValuePair<string, CSharpDataType>("Datetime64(6)",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>("Float64",CSharpDataType.@double),
|
||||||
new KeyValuePair<string, CSharpDataType>("Float32",CSharpDataType.@float),
|
new KeyValuePair<string, CSharpDataType>("Float32",CSharpDataType.@float),
|
||||||
new KeyValuePair<string, CSharpDataType>("nullable",CSharpDataType.@object),
|
new KeyValuePair<string, CSharpDataType>("nullable",CSharpDataType.@object),
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<package >
|
<package >
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>SqlSugar.ClickHouseCore</id>
|
<id>SqlSugar.ClickHouseCore</id>
|
||||||
<version>5.1.4.42</version>
|
<version>5.1.4.136</version>
|
||||||
<authors>sunkaixuan</authors>
|
<authors>sunkaixuan</authors>
|
||||||
<owners>Landa</owners>
|
<owners>Landa</owners>
|
||||||
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
||||||
|
Loading…
Reference in New Issue
Block a user