Skip to content

Commit e028ef8

Browse files
committed
Add MariaDB to the supported database products for functions as well
Closes gh-25811
1 parent 6e4fcb6 commit e028ef8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/CallMetaDataProviderFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ public final class CallMetaDataProviderFactory {
5353

5454
/** List of supported database products for function calls. */
5555
public static final List<String> supportedDatabaseProductsForFunctions = Arrays.asList(
56+
"MariaDB",
5657
"Microsoft SQL Server",
5758
"MySQL",
5859
"Oracle",

0 commit comments

Comments
 (0)