Skip to content

Comments

Support filtering in LibreOffice Base#573

Merged
staticlibs merged 1 commit intoduckdb:mainfrom
staticlibs:libreoffice_filters
Feb 23, 2026
Merged

Support filtering in LibreOffice Base#573
staticlibs merged 1 commit intoduckdb:mainfrom
staticlibs:libreoffice_filters

Conversation

@staticlibs
Copy link
Collaborator

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 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 90af5a8 into duckdb:main Feb 23, 2026
13 checks passed
@staticlibs staticlibs deleted the libreoffice_filters branch February 23, 2026 15:35
staticlibs added a commit to staticlibs/duckdb-java that referenced this pull request Feb 23, 2026
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 added a commit that referenced this pull request Feb 24, 2026
This is a backport of the PR #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: #366
Ref: duckdblabs/duckdb-internal#5164
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