Skip to content

Commit

Permalink
Merge pull request #341 from trocco-io/fix/nstring_to_json_to_origin
Browse files Browse the repository at this point in the history
Fix NString value to JSON
  • Loading branch information
dmikurube authored Apr 10, 2024
2 parents bf10532 + bd0f0d3 commit e013f37
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 e013f37

Please sign in to comment.