We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6456ba9 commit e48292fCopy full SHA for e48292f
spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata/CallMetaDataProviderFactory.java
@@ -43,6 +43,7 @@ public final class CallMetaDataProviderFactory {
43
"Apache Derby",
44
"DB2",
45
"Informix Dynamic Server",
46
+ "MariaDB",
47
"Microsoft SQL Server",
48
"MySQL",
49
"Oracle",
@@ -52,6 +53,7 @@ public final class CallMetaDataProviderFactory {
52
53
54
/** List of supported database products for function calls. */
55
public static final List<String> supportedDatabaseProductsForFunctions = Arrays.asList(
56
57
58
59
0 commit comments