David Handermann created NIFI-16080:
---------------------------------------
Summary: 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
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)