Update sqlsugar

This commit is contained in:
sunkaixuan
2025-06-05 15:03:30 +08:00
parent 91ec30e5f9
commit e81cb4a779
2 changed files with 4 additions and 1 deletions

View File

@@ -150,6 +150,9 @@ namespace SqlSugar
new KeyValuePair<string, CSharpDataType>("public.geometry",CSharpDataType.@object),
new KeyValuePair<string, CSharpDataType>("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
{

View File

@@ -2,7 +2,7 @@
<package >
<metadata>
<id>SqlSugarCore</id>
<version>5.1.4.195</version>
<version>5.1.4.196-preview01</version>
<authors>sunkaixuan</authors>
<owners>果糖大数据科技</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>