Skip to content

Commit 392ad09

Browse files
committed
Add MariaDB to the list of supported database products for procedures
Closes gh-25811
1 parent 21cb9e8 commit 392ad09

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

0 commit comments

Comments
 (0)