Skip to content

Commit

Permalink
Copy array
Browse files Browse the repository at this point in the history
  • Loading branch information
gartens committed Apr 23, 2024
1 parent 263545b commit a4a7600
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ public boolean execute() throws SQLException {
@Override
public void addBatch() throws SQLException {
throwIfClosed();
parameterBatch.add( Arrays.asList( parameters ) );
parameterBatch.add( Arrays.asList( parameters.clone() ) );
}


Expand Down

0 comments on commit a4a7600

Please sign in to comment.