🛠️ 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
18 changed files with 976 additions and 653 deletions
Showing only changes of commit f6bfcb30d9 - Show all commits

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