[
https://issues.apache.org/jira/browse/NIFI-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15935356#comment-15935356
]
ASF subversion and git services commented on NIFI-3626:
-------------------------------------------------------
Commit c4d0c0bbd18759100641d0cbca0b584f8f20a813 in nifi's branch
refs/heads/master from [~mattyb149]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=c4d0c0b ]
NIFI-3626: Add support for DELETE in ConvertJSONToSQL
This closes #1605.
Signed-off-by: Bryan Bende <[email protected]>
> Support DELETE verb for ConvertJSONToSQL
> ----------------------------------------
>
> Key: NIFI-3626
> URL: https://issues.apache.org/jira/browse/NIFI-3626
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Matt Burgess
> Assignee: Matt Burgess
>
> ConvertJSONToSQL supports INSERT and UPDATE verbs (and if NIFI-991 is
> implemented, the UPSERT verb), but it would be helpful in use cases such as
> Change Data Capture and Database Migration to be able to generate DELETE
> statements.
> I believe this would entail generating a conjunctive (aka AND) WHERE clause,
> using the sql.args attributes for the prepared statement.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)