Skip to content

Commit

Permalink
Add MariaDB to the supported database products for functions as well
Browse files Browse the repository at this point in the history
Closes gh-25811
  • Loading branch information
jhoeller committed Sep 25, 2020
1 parent 6e4fcb6 commit e028ef8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e028ef8

Please sign in to comment.