We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c327c commit 6fa8cfbCopy full SHA for 6fa8cfb
Geospatial.md
@@ -212,4 +212,6 @@ calculations.
212
include `LineString` with no coordinates (hex: `01 02 00 00 00 00 00 00
213
00`) or `Polygon` with no coordinates (hex: `01 03 00 00 00 00 00 00 00`).
214
* `Out-of-bounds coordinates`: Values that fall outside the valid range
215
- for `GEOGRAPHY` types. For example, `x < -180` or `x > 180`.
+ for `GEOGRAPHY` types. For example, `x < -180` or `x > 180`.
216
+* Any invalid WKB representation of a geospatial instance, such as an empty
217
+ string.
0 commit comments