Skip to content

Commit

Permalink
fix lack of insert
Browse files Browse the repository at this point in the history
  • Loading branch information
wsm12138 authored Apr 24, 2022
1 parent cc3f404 commit 9e2023f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public void oltpWriteOnly() throws Exception {
insert.setInt(2, random.nextInt(Integer.MAX_VALUE));
insert.setString(3, Strings.randomString(120));
insert.setString(4, Strings.randomString(60));
insert.execute();
connection.commit();
}

Expand Down

0 comments on commit 9e2023f

Please sign in to comment.