We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eec495 commit 4acb043Copy full SHA for 4acb043
NHibernate.Spatial.SpatiaLite/Dialect/SpatiaLiteDialect.cs
@@ -65,7 +65,7 @@ public SqlString GetSpatialAggregateString(object geometry, SpatialAggregate agg
65
aggregateFunction = "Extent";
66
break;
67
case SpatialAggregate.Intersection:
68
- throw new NotSupportedException("SpatialAggregate Intersection"); // TODO Check whether collect works here too
+ throw new NotSupportedException("SpatialAggregate Intersection");
69
case SpatialAggregate.Union:
70
aggregateFunction = "GUnion";
71
0 commit comments