Skip to content

Comments

Support filtering in LibreOffice Base#573

Open
staticlibs wants to merge 1 commit intoduckdb:mainfrom
staticlibs:libreoffice_filters
Open

Support filtering in LibreOffice Base#573
staticlibs wants to merge 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
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