[
https://issues.apache.org/jira/browse/NIFI-16080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18094246#comment-18094246
]
ASF subversion and git services commented on NIFI-16080:
--------------------------------------------------------
Commit c9c68cf69e7e186359c8ca2aa4695c7828c51915 in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=c9c68cf69e7 ]
NIFI-16080 Switch to JDBC Enquote Identifier in UpdateDatabaseTable (#11397)
> Switch to JDBC Driver Enquote Identifier for UpdateDatabaseTable
> ----------------------------------------------------------------
>
> Key: NIFI-16080
> URL: https://issues.apache.org/jira/browse/NIFI-16080
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Minor
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> The {{UpdateDatabaseTable}} Processor supports optional enabling of quoting
> identifiers when building SQL statements, based on configured properties and
> JDBC Driver implementation. The current quoting method uses simple string
> concatenation plus the quote identifier from JDBC Database Meta Data. The
> implementation should be adjusted to use Statement.enquoteIdentifier() for
> more robust quoting of input values.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)