Skip to content

Commit

Permalink
oops..
Browse files Browse the repository at this point in the history
  • Loading branch information
tim03we committed Dec 26, 2024
1 parent 86a4633 commit 9a29289
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public void insert(String collection, DDocument values) {


String statementString = "INSERT INTO `" + collection + "` " + valueNames + " VALUES " + valueData + ";";
System.out.println("Statement: " + statementString);

PreparedStatement statement = connection.prepareStatement(statementString);
statement.executeUpdate();
statement.close();
Expand Down

0 comments on commit 9a29289

Please sign in to comment.