Skip to content

Commit 9cd0ca8

Browse files
committed
http://code.google.com/p/mybatis/issues/detail?id=26 Schema Migrations - Statement commit not working as expected
1 parent c748081 commit 9cd0ca8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/apache/ibatis/jdbc/ScriptRunner.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ private void executeStatement(String command) throws SQLException, UnsupportedEn
202202
} catch (Exception e) {
203203
// Ignore to workaround a bug in some connection pools
204204
}
205-
commitConnection(); //TODO: Bug... this should not be here.
206205
}
207206

208207
private void printResults(Statement statement, boolean hasResults) {

0 commit comments

Comments
 (0)