-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
loic-vial
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request