Add MariaDB to the supported database products for functions as well
Closes gh-25811
This commit is contained in:
parent
6e4fcb69f0
commit
e028ef8170
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue