We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52d1e1 commit d9233e6Copy full SHA for d9233e6
src/main/java/org/apache/ibatis/executor/BaseExecutor.java
@@ -160,6 +160,7 @@ public void commit(boolean required) throws SQLException {
160
public void rollback(boolean required) throws SQLException {
161
if (!closed) {
162
clearLocalCache();
163
+ flushStatements();
164
if (required) {
165
transaction.rollback();
166
}
0 commit comments