Skip to content

Commit

Permalink
id fetching (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis256 authored Dec 21, 2023
1 parent eed51a1 commit f881268
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ public BasicPolyList insert(String dataset, InsertOptions insertOptions, Collect


preparedStatement.setLong(1, id_n);
preparedStatement.setString(2, id);
preparedStatement.setString(3, jsonData);
preparedStatement.setString(4, tagString);
preparedStatement.setLong(5, createDate);
Expand Down

0 comments on commit f881268

Please sign in to comment.