Skip to content

Commit ce0434f

Browse files
berttCopilot
andauthored
Update src/b3dm.tileset/SpatialIndexChecker.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f141ec7 commit ce0434f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/b3dm.tileset/SpatialIndexChecker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public static bool HasSpatialIndex(NpgsqlConnection conn, string geometry_table,
1212

1313
public static bool HasMd5Index(NpgsqlConnection conn, string geometry_table, string geometry_column)
1414
{
15-
var indexDef = $"%md5((st_asbinary({geometry_column}))::text%)";
15+
var indexDef = $"%md5(st_asbinary({geometry_column})::text)%";
1616
return HasIndex(conn, geometry_table, indexDef);
1717
}
1818

0 commit comments

Comments
 (0)