Skip to content

Commit

Permalink
Merge pull request #539 from lasher23/feature/538
Browse files Browse the repository at this point in the history
#538 delete useless semicolon
  • Loading branch information
jepiqueau committed Apr 23, 2024
2 parents fc61891 + 6e8eed7 commit 4b0dabf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,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 4b0dabf

Please sign in to comment.