Skip to content

Commit

Permalink
Add Informix to supported database products for procedure calls
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Jan 28, 2020
1 parent 1b50ca6 commit ff385aa
Showing 1 changed file with 4 additions and 3 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright 2002-2018 the original author or authors.
* Copyright 2002-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -42,17 +42,18 @@ public final class CallMetaDataProviderFactory {
public static final List<String> supportedDatabaseProductsForProcedures = Arrays.asList(
"Apache Derby",
"DB2",
"MySQL",
"Informix Dynamic Server",
"Microsoft SQL Server",
"MySQL",
"Oracle",
"PostgreSQL",
"Sybase"
);

/** List of supported database products for function calls. */
public static final List<String> supportedDatabaseProductsForFunctions = Arrays.asList(
"MySQL",
"Microsoft SQL Server",
"MySQL",
"Oracle",
"PostgreSQL"
);
Expand Down

0 comments on commit ff385aa

Please sign in to comment.