Skip to content

Commit c748081

Browse files
committed
fixed selectOne typo on page 7
1 parent 44a8d06 commit c748081

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

doc/en/MyBatis-3-User-Guide.doc

-5 KB
Binary file not shown.

doc/en/MyBatis-3-User-Guide.pdf

-195 Bytes
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ 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();
205+
commitConnection(); //TODO: Bug... this should not be here.
206206
}
207207

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

0 commit comments

Comments
 (0)