We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, the following statement crashes duckdb spatial.
SELECT ST_PointOnSurface(ST_Collect([ST_GeomFromText('LINESTRING(0 0, 1 1)'), ST_GeomFromText('LINESTRING EMPTY')])) --Segmentation fault (core dumped)
Using the function ST_AsText, I got the following result.
SELECT ST_AsText(ST_Collect([ST_GeomFromText('LINESTRING(0 0, 1 1)'), ST_GeomFromText('LINESTRING EMPTY')])) -- [('MULTILINESTRING ((0 0, 1 1), ())',)]
Version:
The result of "pragma version;" is [('v0.9.2', '3c695d7ba9')]
I used "FORCE INSTALL spatial FROM 'http://nightly-extensions.duckdb.org';" in the Python client.
The text was updated successfully, but these errors were encountered:
bugtracker link: duckdb/duckdb-spatial#195 fix link: 56b17a1 reproduce: 27915ec
Sorry, something went wrong.
No branches or pull requests
Hi, the following statement crashes duckdb spatial.
Using the function ST_AsText, I got the following result.
Version:
The result of "pragma version;" is [('v0.9.2', '3c695d7ba9')]
I used "FORCE INSTALL spatial FROM 'http://nightly-extensions.duckdb.org';" in the Python client.
The text was updated successfully, but these errors were encountered: