Skip to content

Commit 4acb043

Browse files
committed
Remove TODO
1 parent 9eec495 commit 4acb043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NHibernate.Spatial.SpatiaLite/Dialect/SpatiaLiteDialect.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public SqlString GetSpatialAggregateString(object geometry, SpatialAggregate agg
6565
aggregateFunction = "Extent";
6666
break;
6767
case SpatialAggregate.Intersection:
68-
throw new NotSupportedException("SpatialAggregate Intersection"); // TODO Check whether collect works here too
68+
throw new NotSupportedException("SpatialAggregate Intersection");
6969
case SpatialAggregate.Union:
7070
aggregateFunction = "GUnion";
7171
break;

0 commit comments

Comments
 (0)