Fix error runnables not being passed through even when intended to
This commit is contained in:
parent
6d67a4f9f8
commit
570355e41b
@ -87,7 +87,7 @@ public abstract class RepositoryBase
|
||||
|
||||
protected int executeUpdate(String query, Runnable onSQLError, Column<?>...columns)
|
||||
{
|
||||
return executeInsert(query, null, columns);
|
||||
return executeInsert(query, null, onSQLError, columns);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user