增加geography类型,GiST 索引在该类型上专门优化了球面几何计算,更高效

This commit is contained in:
FunCoder
2025-04-17 18:49:40 +08:00
parent b4ae395178
commit 09792c9518
4 changed files with 5 additions and 0 deletions

View File

@@ -145,6 +145,7 @@ namespace SqlSugar.TDSQLForPGODBC
new KeyValuePair<string, CSharpDataType>("varbit",CSharpDataType.@byte),
new KeyValuePair<string, CSharpDataType>("time",CSharpDataType.TimeSpan),
new KeyValuePair<string, CSharpDataType>("public.geometry",CSharpDataType.@object),
new KeyValuePair<string, CSharpDataType>("public.geography",CSharpDataType.@object),
new KeyValuePair<string, CSharpDataType>("inet",CSharpDataType.@object)
};
public override List<string> StringThrow