File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
dataframe-jdbc/src/test/kotlin/org/jetbrains/kotlinx/dataframe/io Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ class MySqlH2Test {
323323 """
324324 SELECT
325325 t1.id,
326- t1.enumCol,
326+ t1.enumCol
327327 FROM table1 t1
328328 JOIN table2 t2 ON t1.id = t2.id
329329 """ .trimIndent()
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ import java.sql.DriverManager
1616import java.util.Properties
1717import kotlin.reflect.typeOf
1818
19- private const val URL = " jdbc:mariadb://localhost:3307 /imdb"
20- private const val URL2 = " jdbc:mariadb://localhost:3307 "
19+ private const val URL = " jdbc:mariadb://localhost:3306 /imdb"
20+ private const val URL2 = " jdbc:mariadb://localhost:3306 "
2121private const val USER_NAME = " root"
2222private const val PASSWORD = " pass"
2323
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import java.sql.DriverManager
2323import java.sql.SQLException
2424import kotlin.reflect.typeOf
2525
26- private const val URL = " jdbc:mariadb://localhost:3307 "
26+ private const val URL = " jdbc:mariadb://localhost:3306 "
2727private const val USER_NAME = " root"
2828private const val PASSWORD = " pass"
2929private const val TEST_DATABASE_NAME = " testKDFdatabase"
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ implementation("org.postgresql:postgresql:$version")
4646For MySQL:
4747
4848``` kotlin
49- implementation(" mysql:mysql-connector-java :$version " )
49+ implementation(" com. mysql:mysql-connector-j :$version " )
5050```
5151
5252For SQLite:
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ serialization = "1.7.0"
2828fuel = " 2.3.1"
2929poi = " 5.2.5"
3030mariadb = " 3.3.2"
31- h2db = " 2.2.224 "
32- mssql = " 12.6.1 .jre11"
33- mysql = " 8.3 .0"
34- postgresql = " 42.7.2 "
35- sqlite = " 3.45.1 .0"
31+ h2db = " 2.3.230 "
32+ mssql = " 12.6.3 .jre11"
33+ mysql = " 9.0 .0"
34+ postgresql = " 42.7.3 "
35+ sqlite = " 3.45.3 .0"
3636jtsCore = " 1.18.1"
3737kotlinDatetime = " 0.6.0"
3838openapi = " 2.1.20"
You can’t perform that action at this time.
0 commit comments