Skip to content

Commit

Permalink
json parse
Browse files Browse the repository at this point in the history
  • Loading branch information
girarda committed Feb 23, 2022
1 parent c68fc92 commit 11a6725
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void insertRecordsInternal(final JdbcDatabase database,
JavaBaseConstants.COLUMN_NAME_AB_ID,
JavaBaseConstants.COLUMN_NAME_DATA,
JavaBaseConstants.COLUMN_NAME_EMITTED_AT);
final String recordQueryComponent = "(?, ?, ?),\n";
final String recordQueryComponent = "(?, JSON_PARSE(?), ?),\n";
SqlOperationsUtils.insertRawRecordsInSingleQuery(insertQueryComponent, recordQueryComponent, database, records);
}

Expand Down

0 comments on commit 11a6725

Please sign in to comment.