Max Gabrielsson
Max Gabrielsson
I like the idea of maybe having multiple structs be returned as we could compartmentalize parts of the API. e.g. scalar and table functions could have their own API structs...
We just released DuckDB v1.0.0 so we're probably going to skip v0.10.3. There's a couple of open PR's I want to review and merge first but expect a bump later...
The patch system for spatial is not very intelligent so it expects there to be a "zlib_wasm.patch" as well, which I think we can just make an empty file. I...
Hi! Thanks for reporting this issue! The problem seem to be that the range rewrite does not produce a IE-Join like intended but still remains a NL-join. It could be...
What d you observe if you set "SET prefer_range_joins=true"?
Hello! Thanks for opening this feature request! I agree that ST_GeneratePoints would be great to have. I've been wanting to implement it to make it easier to produce tests and...
Hello! Thanks for opening this issue! I agree this sounds like a great idea. I'll add it to my TODO list.
Hello! Thanks for opening this issue! I can't think of any immediate way to work around this right now, but we should definitely add a `ST_Multi` function. Ill add it...
Hi! Thanks for reporting this issue! This does indeed seem like an issue with the docs, I've verified against PostGIS that the behavior is correct. I think you can use...
Hello! Thanks for opening this issue. Indeed it is true that DuckDB doesn't store the coordinate system identifier _inside_ the `GEOMETRY` type yet, but you can still transform between different...