🛠️ Code cleanup & added many new features #1

Merged
gnmyt merged 121 commits from features/code-cleanup into master 2021-09-02 13:34:00 +00:00
Showing only changes of commit d60c2a806f - Show all commits

View File

@ -88,7 +88,7 @@ public class UpdateManager {
* *
* @return the current statement * @return the current statement
*/ */
public SQLQuery build() { private SQLQuery build() {
return connection.createQuery(UpdateQuery.class) return connection.createQuery(UpdateQuery.class)
.addParameter(QueryParameter.TABLE_NAME, tableName) .addParameter(QueryParameter.TABLE_NAME, tableName)
.addParameter(QueryParameter.WHERE_LIST, whereList) .addParameter(QueryParameter.WHERE_LIST, whereList)