Skip to content

Commit

Permalink
fix: remove databaseTableName in BatchInsertUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
hantmac committed Apr 12, 2024
1 parent 9fc0ff9 commit 65d5881
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ private BatchInsertUtils(String sql) {
this.sql = sql;
// sort key in ascending order
this.placeHolderEntries = new TreeMap<>();
this.databaseTableName = getDatabaseTableName();
// this.databaseTableName = getDatabaseTableName();
}

/**
Expand Down

0 comments on commit 65d5881

Please sign in to comment.