Skip to content

Commit

Permalink
add c3p0 to DatabaseMetaDataExclusionList (#3619)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackshirazi authored May 8, 2024
1 parent 90277e2 commit 8cf01b6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ public class JdbcConfiguration extends ConfigurationOptionProvider {
.tags("internal","added[1.49.0]")
.dynamic(true)
.buildWithDefault(Arrays.asList(
"hikari"
"hikari",
"c3p0"
));

public List<String> getDatabaseMetaDataExclusionList() {
Expand Down

0 comments on commit 8cf01b6

Please sign in to comment.