File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
spring-jdbc/src/main/java/org/springframework/jdbc/core/metadata Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2018 the original author or authors.
2
+ * Copyright 2002-2020 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -42,17 +42,18 @@ public final class CallMetaDataProviderFactory {
42
42
public static final List <String > supportedDatabaseProductsForProcedures = Arrays .asList (
43
43
"Apache Derby" ,
44
44
"DB2" ,
45
- "MySQL " ,
45
+ "Informix Dynamic Server " ,
46
46
"Microsoft SQL Server" ,
47
+ "MySQL" ,
47
48
"Oracle" ,
48
49
"PostgreSQL" ,
49
50
"Sybase"
50
51
);
51
52
52
53
/** List of supported database products for function calls. */
53
54
public static final List <String > supportedDatabaseProductsForFunctions = Arrays .asList (
54
- "MySQL" ,
55
55
"Microsoft SQL Server" ,
56
+ "MySQL" ,
56
57
"Oracle" ,
57
58
"PostgreSQL"
58
59
);
You can’t perform that action at this time.
0 commit comments