Skip to content

jdbc_static filter: unusable for some dialects #185

@florentcheneau

Description

@florentcheneau

Some SQL dialects do no support identifier quoting (e.g. Bigquery), which makes this filter unusable for them.

Since the underlying Sequel library does not include adapters for every dialect, it would be useful to be able to disable the count query in the jdbc_static filter.

Or be able to specify a quoting character by leveraging the "identifier_mangling" extension of the Sequel library.

What are your thoughts?

I can provide a pull request if needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions