mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-17 05:29:33 +08:00
人大金仓 PostgisGeometry
This commit is contained in:
parent
e314d2ee86
commit
476484d9ae
@ -121,6 +121,10 @@ namespace SqlSugar
|
||||
if (columnInfo != null && columnInfo.PropertyInfo.GetSetMethod(true) != null)
|
||||
{
|
||||
var isGemo = columnInfo.PropertyInfo?.PropertyType?.FullName=="NetTopologySuite.Geometries.Geometry";
|
||||
if (isGemo == false && columnInfo.PropertyInfo?.PropertyType?.FullName == "Kdbndp.LegacyPostgis.PostgisGeometry")
|
||||
{
|
||||
isGemo = true;
|
||||
}
|
||||
if (!isGemo&&columnInfo.PropertyInfo.PropertyType.IsClass() && columnInfo.PropertyInfo.PropertyType != UtilConstants.ByteArrayType && columnInfo.PropertyInfo.PropertyType != UtilConstants.ObjType)
|
||||
{
|
||||
if (this.ReaderKeys.Any(it => it.Equals(fileName, StringComparison.CurrentCultureIgnoreCase)))
|
||||
|
@ -27,7 +27,7 @@
|
||||
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="3.21.100" />
|
||||
<PackageReference Include="Oscar.Data.SqlClient" Version="4.0.4" />
|
||||
<PackageReference Include="SqlSugarCore.Dm" Version="8.6.0" />
|
||||
<PackageReference Include="SqlSugarCore.Kdbndp" Version="9.3.7.311" />
|
||||
<PackageReference Include="SqlSugarCore.Kdbndp" Version="9.3.7.320" />
|
||||
<PackageReference Include="System.Data.Common" Version="4.3.0" />
|
||||
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.1" />
|
||||
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.3.0" />
|
||||
|
@ -2,7 +2,7 @@
|
||||
<package >
|
||||
<metadata>
|
||||
<id>SqlSugarCore</id>
|
||||
<version>5.1.4.189-preview02</version>
|
||||
<version>5.1.4.189-preview09</version>
|
||||
<authors>sunkaixuan</authors>
|
||||
<owners>果糖大数据科技</owners>
|
||||
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
||||
@ -23,7 +23,7 @@
|
||||
<dependency id="Oracle.ManagedDataAccess.Core" version="3.21.100" />
|
||||
<dependency id="Npgsql" version="5.0.18" />
|
||||
<dependency id="SqlSugarCore.Dm" version="8.6.0" />
|
||||
<dependency id="SqlSugarCore.Kdbndp" version="9.3.7.311" />
|
||||
<dependency id="SqlSugarCore.Kdbndp" version="9.3.7.320" />
|
||||
<dependency id="Oscar.Data.SqlClient" version="4.0.4" />
|
||||
<dependency id="System.Text.RegularExpressions" version="4.3.1" />
|
||||
</group>
|
||||
|
Loading…
Reference in New Issue
Block a user