ARTEMIS-2914 MariaDB SQL isn't correctly recognized

This commit is contained in:
franz1981 2020-09-24 15:55:20 +02:00 committed by Clebert Suconic
parent 1ded600bac
commit 27a085fb49
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ public class PropertySQLProvider implements SQLProvider {
ORACLE("oracle", "oracle"),
POSTGRESQL("postgresql", "postgres"),
DERBY("derby", "derby"),
MYSQL("mysql", "mysql"),
MYSQL("mysql", "mysql", "mariadb"),
DB2("db2", "db2"),
HSQL("hsql", "hsql", "hypersonic"),
H2("h2", "h2"),