Skip to content

Commit

Permalink
feat(BufferStatement): 移除了冗余的堆栈跟踪初始化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
shulng committed Aug 28, 2024
1 parent a7d0248 commit 9b38925
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public BufferStatement(String query, Object... values) {
this.query = query;
this.values = values;
this.stacktrace = new Exception();
this.stacktrace.fillInStackTrace();
}

public PreparedStatement prepareStatement(Connection con) throws SQLException {
Expand Down

0 comments on commit 9b38925

Please sign in to comment.