mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
Update sqlsugar
This commit is contained in:
@@ -150,6 +150,9 @@ namespace SqlSugar
|
|||||||
new KeyValuePair<string, CSharpDataType>("public.geometry",CSharpDataType.@object),
|
new KeyValuePair<string, CSharpDataType>("public.geometry",CSharpDataType.@object),
|
||||||
new KeyValuePair<string, CSharpDataType>("geography",CSharpDataType.@object),
|
new KeyValuePair<string, CSharpDataType>("geography",CSharpDataType.@object),
|
||||||
new KeyValuePair<string, CSharpDataType>("public.geography",CSharpDataType.@object),
|
new KeyValuePair<string, CSharpDataType>("public.geography",CSharpDataType.@object),
|
||||||
|
|
||||||
|
new KeyValuePair<string, CSharpDataType>("dsinterval",CSharpDataType.TimeSpan),
|
||||||
|
new KeyValuePair<string, CSharpDataType>("yminterval",CSharpDataType.@int),
|
||||||
};
|
};
|
||||||
public override List<string> StringThrow
|
public override List<string> StringThrow
|
||||||
{
|
{
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
<package >
|
<package >
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>SqlSugarCore</id>
|
<id>SqlSugarCore</id>
|
||||||
<version>5.1.4.195</version>
|
<version>5.1.4.196-preview01</version>
|
||||||
<authors>sunkaixuan</authors>
|
<authors>sunkaixuan</authors>
|
||||||
<owners>果糖大数据科技</owners>
|
<owners>果糖大数据科技</owners>
|
||||||
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
||||||
|
Reference in New Issue
Block a user