Skip to content

Commit e48292f

Browse files
committed
Add MariaDB to the supported database products for procedures and functions
Closes gh-25811
1 parent 6456ba9 commit e48292f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public final class CallMetaDataProviderFactory {
4343
"Apache Derby",
4444
"DB2",
4545
"Informix Dynamic Server",
46+
"MariaDB",
4647
"Microsoft SQL Server",
4748
"MySQL",
4849
"Oracle",
@@ -52,6 +53,7 @@ public final class CallMetaDataProviderFactory {
5253

5354
/** List of supported database products for function calls. */
5455
public static final List<String> supportedDatabaseProductsForFunctions = Arrays.asList(
56+
"MariaDB",
5557
"Microsoft SQL Server",
5658
"MySQL",
5759
"Oracle",

0 commit comments

Comments
 (0)