Commit 31fa411
committed
Update pom.xml and refactor database-related classes
Bumped the version of MYSQL-Api in pom.xml to 5.7.2. Refactored code for better readability and efficiency in Database.java, MYSQL.java, and other related classes. The modified queries used in the executeQuery() method of QueryHelper interface now return a list of results, addressing previous issues when more than one row was queried.1 parent 158318b commit 31fa411
1 file changed
+0
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | 137 | | |
150 | 138 | | |
151 | 139 | | |
| |||
0 commit comments