提交 cc816aa5 编写于 作者: wu-sheng's avatar wu-sheng

补充提交

上级 9aa957c4
......@@ -57,13 +57,7 @@ public class SWConnection implements java.sql.Connection {
}
public String nativeSQL(String sql) throws SQLException {
return ConnectionTracing.execute(realConnection, connectInfo,
"nativeSQL", sql, new Executable<String>() {
public String exe(java.sql.Connection realConnection,
String sql) throws SQLException {
return realConnection.nativeSQL(sql);
}
});
return realConnection.nativeSQL(sql);
}
public void setAutoCommit(boolean autoCommit) throws SQLException {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册