Skip to content

Commit 93d60d3

Browse files
authored
Added tests for the DataSource parameter (#1562)
* Upgrade HikariCP to 7.0.2 and refactor JDBC tests with reusable assertions and HikariDataSource integration * Fix review * Fix review
1 parent 57a8f47 commit 93d60d3

File tree

3 files changed

+361
-358
lines changed

3 files changed

+361
-358
lines changed

dataframe-jdbc/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ dependencies {
3333
testImplementation(libs.kotestAssertions) {
3434
exclude("org.jetbrains.kotlin", "kotlin-stdlib-jdk8")
3535
}
36+
testImplementation(libs.hikaricp)
3637
}
3738

3839
kotlinPublications {

0 commit comments

Comments
 (0)