Commit 9a10103
committed
Update version and add connection test query
The version of MYSQL-Api in pom.xml is updated from 5.7.5 to 5.7.6. Additionally, a connection test query is added in MYSQL.java to test the validity of a connection by executing a query that most probably be valid on the database. These changes ensure project dependencies are up to date and increase the robustness of the database connection handling.1 parent f0199c1 commit 9a10103
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
| 412 | + | |
412 | 413 | | |
413 | 414 | | |
414 | 415 | | |
| |||
0 commit comments