🛠️ 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 f6bfcb30d9 - Show all commits

View File

@@ -91,7 +91,7 @@ public class UpdateManager {
* *
* @return this class * @return this class
*/ */
public UpdateManager update() { public UpdateManager execute() {
connection.update(prepareUpdateStatement(), getTempParams().toArray()); connection.update(prepareUpdateStatement(), getTempParams().toArray());
return this; return this;
} }