[jOOQ/jOOQ#17030] JDBCUtils.dialect() detects wrong MySQL dialect for versions > 8.1

This commit is contained in:
Lukas Eder 2024-08-07 15:55:55 +02:00
parent ccbe04b1b5
commit 67e6657192

View File

@ -372,6 +372,9 @@ public class JDBCUtils {
return MYSQL;
}