Skip to content

Commit

Permalink
#538 delete useless semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Schmid committed Apr 16, 2024
1 parent fa0c4a9 commit 6e8eed7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,6 @@ public JSObject multipleRowsStatement(String statement, JSONArray valuesJson, St
sqlBuilder.append(",");
}
}
sqlBuilder.append(";");
String questionMark = extractQuestionMarkValues(statement);
String finalSql = "";
if (questionMark != null) {
Expand Down

0 comments on commit 6e8eed7

Please sign in to comment.