Skip to content

Commit

Permalink
Fix NString value to JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
t3t5u committed Mar 13, 2024
1 parent 242db4d commit bd0f0d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ public void timestampValue(final Instant v) throws IOException, SQLException
@Override
public void jsonValue(Value v) throws IOException, SQLException
{
defaultValue.setNString();
batch.setNString(v.toJson());
}
}

0 comments on commit bd0f0d3

Please sign in to comment.