We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1145436 commit 1dc997cCopy full SHA for 1dc997c
src/pg2b3dm/Program.cs
@@ -105,7 +105,7 @@ static void Main(string[] args)
105
}
106
107
// Check md5 index
108
- var hasMd5Index = SpatialIndexChecker.HashMd5Index(conn, inputTable.TableName, inputTable.GeometryColumn);
+ var hasMd5Index = SpatialIndexChecker.HasMd5Index(conn, inputTable.TableName, inputTable.GeometryColumn);
109
if (!hasMd5Index) {
110
Console.WriteLine();
111
Console.WriteLine("-----------------------------------------------------------------------------");
0 commit comments