🛠️ Code cleanup & added many new features #1
@ -82,7 +82,7 @@ public class DeletionManager {
|
||||
* Executes the 'delete'-statement
|
||||
*/
|
||||
public void execute() {
|
||||
connection.update(prepareStatement(), getTempParams());
|
||||
connection.update(prepareStatement(), getTempParams().toArray());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user