mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-27 16:50:33 +08:00
增加geography类型,GiST 索引在该类型上专门优化了球面几何计算,更高效
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user