Add MariaDB to the supported database products for procedures and functions

Closes gh-25811
This commit is contained in:
Juergen Hoeller
2020-09-25 12:19:58 +02:00
parent 6456ba9e60
commit e48292fc07

View File

@@ -43,6 +43,7 @@ public final class CallMetaDataProviderFactory {
"Apache Derby",
"DB2",
"Informix Dynamic Server",
"MariaDB",
"Microsoft SQL Server",
"MySQL",
"Oracle",
@@ -52,6 +53,7 @@ public final class CallMetaDataProviderFactory {
/** List of supported database products for function calls. */
public static final List<String> supportedDatabaseProductsForFunctions = Arrays.asList(
"MariaDB",
"Microsoft SQL Server",
"MySQL",
"Oracle",