Marcin Gemra created NIFI-14275:
-----------------------------------
Summary: UpdateDatabaseTable does not always respect quoting
configuration
Key: NIFI-14275
URL: https://issues.apache.org/jira/browse/NIFI-14275
Project: Apache NiFi
Issue Type: Bug
Reporter: Marcin Gemra
Assignee: Marcin Gemra
Currently, the decision to quote column names during _ALTER TABLE_ in the
*{{UpdateDatabaseTable}}* processor has been moved to database dialect
services, causing inconsistency in behavior. This logic should remain part of
the *{{UpdateDatabaseTable}}* processor, where users can explicitly choose
whether to quote table and column names via the _QUOTE_COLUMN_IDENTIFIERS_ and
_QUOTE_TABLE_IDENTIFIER_ properties.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)