Use jOOQ enum for sqlDialect
Switch JooqProperties.sqlDialect from a String to the actual enum to allow IDE hints and case insensitive binding. Fixes gh-3468
Showing
Please register or sign in to comment
Switch JooqProperties.sqlDialect from a String to the actual enum to allow IDE hints and case insensitive binding. Fixes gh-3468