Hi,
we are using jooq 3.14.15 (open source) with default `SQLDialect.DEFAULT` to connect Redshift.
Now we are migrating from Redshift to Snowflake. The issue we are dealing with is, SQL which generated by jooq contains double quotes around schema, tables and fields which is not compatible with Snowflake.
Any recommendations/help would be appreciated.