Add MariaDB to the supported database products for functions as well

Closes gh-25811
This commit is contained in:
Juergen Hoeller 2020-09-25 12:47:31 +02:00
parent 6e4fcb69f0
commit e028ef8170
1 changed files with 1 additions and 0 deletions

View File

@ -53,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",