Skip to content

Add support for in-core GEOMETRY type (1.5)#578

Merged
staticlibs merged 1 commit intoduckdb:v1.5-variegatafrom
staticlibs:geometry_core_15
Feb 25, 2026
Merged

Add support for in-core GEOMETRY type (1.5)#578
staticlibs merged 1 commit intoduckdb:v1.5-variegatafrom
staticlibs:geometry_core_15

Conversation

@staticlibs
Copy link
Collaborator

This is a backport of the PR #577 to v1.5-variegata stable branch.

The in-built GEOMETRY type was added in 1.5 in addtion to the spatial types/functions that exist in the duckdb-spatial extension.

This PR adds support for the new type treating it the same way (as BLOB) as the original GEOMETRY type from the spatial extension was treated.

Testing: spatial test is effective for the new type, but is currently disabled until the duckdb-spatial (that was unavailable for some time) is enabled again in core CI builds.

This is a backport of the PR duckdb#577 to `v1.5-variegata` stable branch.

The in-built `GEOMETRY` type was added in 1.5 in addtion to the
spatial types/functions that exist in the `duckdb-spatial` extension.

This PR adds support for the new type treating it the same way (as
`BLOB`) as the original `GEOMETRY` type from the spatial extension was
treated.

Testing: spatial test is effective for the new type, but is currently
disabled until the `duckdb-spatial` (that was unavailable for some
time) is enabled again in core CI builds.
@staticlibs staticlibs merged commit 1cbc83a into duckdb:v1.5-variegata Feb 25, 2026
12 checks passed
@staticlibs staticlibs deleted the geometry_core_15 branch February 25, 2026 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant