Commit 37b95da
committed
Refactor QueryHelper.java to improve SQL statements
The SQL statements are improved to include the database name in a more explicit manner in QueryHelper.java class. The statement was modified from "USE" + database to "use `" + database + '`;'. This change enhances the readability and specificity of the SQL statements within the codebase.1 parent 7ca6cb1 commit 37b95da
File tree
1 file changed
+2
-2
lines changed- src/main/java/de/goldendeveloper/mysql/interfaces
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments