You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: conceptual/EFCore.PG/release-notes/11.0.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,3 +86,7 @@ REFERENCES employees (employee_id, PERIOD valid_period);
86
86
```
87
87
88
88
For more details, see the [temporal constraints documentation](../misc/temporal-constraints.md).
89
+
90
+
## Other new features
91
+
92
+
* Added `EF.Functions.IntersectsBbox(geom1, geom2)` for expressing [the PostGIS `&&` operator](https://postgis.net/docs/geometry_overlaps.html). Thanks to [@bjornharrtell](https://github.com/bjornharrtell) for this contribution!
0 commit comments