You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.