Closed LucasPaganiniRM closed 2 months ago
ST_Multi is not present in v1.1.0 but will be in v.1.1.1 that should release later today. I added ST_Multi
to the latest dev-version of the documentation but I guess because it is a minor release (and technically a bug fix release) it gets grouped under v1.1 (stable)
in the docs. I'll bring that up internally, maybe we can make it clearer.
When I try to convert a Polygon to a MultiPolygon type using DuckDB, the output claims that the command ST_Multi(geometry) doesn't exist, even though this command is present in the official DuckDB documentation.
Here is the input:
And this is the output I get: