From f3297bcc680156cec60717dcc81d1facb957d00a Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Tue, 8 Apr 2025 15:59:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=A4=A7=E9=87=91=E4=BB=93[geometry]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SqlSugar/Realization/Kdbndp/DbBind/KdbndpBind.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Src/Asp.NetCore2/SqlSugar/Realization/Kdbndp/DbBind/KdbndpBind.cs b/Src/Asp.NetCore2/SqlSugar/Realization/Kdbndp/DbBind/KdbndpBind.cs index 8c046bb84..6dd75e921 100644 --- a/Src/Asp.NetCore2/SqlSugar/Realization/Kdbndp/DbBind/KdbndpBind.cs +++ b/Src/Asp.NetCore2/SqlSugar/Realization/Kdbndp/DbBind/KdbndpBind.cs @@ -141,8 +141,10 @@ namespace SqlSugar new KeyValuePair("bit varying",CSharpDataType.byteArray), new KeyValuePair("varbit",CSharpDataType.@byte), new KeyValuePair("rowversion",CSharpDataType.byteArray), - new KeyValuePair("regclass",CSharpDataType.@object) - + new KeyValuePair("regclass",CSharpDataType.@object), + + new KeyValuePair("geometry",CSharpDataType.@string), + new KeyValuePair("public.geometry",CSharpDataType.@string), }; public override List StringThrow {