mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
Fix listener execution
This commit is contained in:
parent
32f5c66b70
commit
77dd191ec1
@ -333,7 +333,7 @@ public class SQLInsertClause extends AbstractSQLClause<SQLInsertClause> implemen
|
||||
|
||||
listeners.preExecute(context);
|
||||
stmt.executeUpdate();
|
||||
listeners.preExecute(context);
|
||||
listeners.executed(context);
|
||||
} else {
|
||||
Collection<PreparedStatement> stmts = createStatements(true);
|
||||
if (stmts != null && stmts.size() > 1) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user