ARTEMIS-2914 MariaDB SQL isn't correctly recognized
This commit is contained in:
parent
1ded600bac
commit
27a085fb49
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue