Skip to content

Commit

Permalink
Merge pull request #7 from trocco-io/fix/nstring_to_json
Browse files Browse the repository at this point in the history
Fix NString value to JSON
  • Loading branch information
d-hrs authored Mar 14, 2024
2 parents 31ac7b6 + eaf3891 commit 14c07bb
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 14c07bb

Please sign in to comment.