Skip to content

Support filtering in LibreOffice Base (1.5)#575

Merged
staticlibs merged 1 commit intoduckdb:v1.5-variegatafrom
staticlibs:libreoffice_filters_15
Feb 24, 2026
Merged

Support filtering in LibreOffice Base (1.5)#575
staticlibs merged 1 commit intoduckdb:v1.5-variegatafrom
staticlibs:libreoffice_filters_15

Conversation

@staticlibs
Copy link
Collaborator

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

This PR adds support to column filters in LibreOffice Base table browser. It supports all non-composite JDBC types except the temporal types (DATE, TIME, TIMESTAMP). LibreOffice does not use parameters and generate SQL filters for temporal types using escape sequences (for example: {d '2020-12-31'}) that are not supported by DuckDB parser.

Ref: #366
Ref: duckdblabs/duckdb-internal#5164

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

This PR adds support to column filters in [LibreOffice Base](https://www.libreoffice.org/discover/base/)
table browser. It supports all non-composite JDBC types except the
temporal types (`DATE`, `TIME`, `TIMESTAMP`). LibreOffice does not use
parameters and generate SQL filters for temporal types using
[escape sequences](https://docs.oracle.com/cd/E13157_01/wlevs/docs30/jdbc_drivers/sqlescape.html)
(for example: `{d '2020-12-31'}`) that are not supported by DuckDB
parser.

Ref: duckdb#366
Ref: duckdblabs/duckdb-internal#5164
@staticlibs staticlibs merged commit 391565a into duckdb:v1.5-variegata Feb 24, 2026
12 checks passed
@staticlibs staticlibs deleted the libreoffice_filters_15 branch February 24, 2026 17:33
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