Skip to content

Comments

Support filtering in LibreOffice Base (1.5)#575

Open
staticlibs wants to merge 1 commit intoduckdb:v1.5-variegatafrom
staticlibs:libreoffice_filters_15
Open

Support filtering in LibreOffice Base (1.5)#575
staticlibs wants to merge 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
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