NIFI-9763 Escaped VALUE column for Configure Details Auditing

Signed-off-by: Matthew Burgess <mattyb149@apache.org>

This closes #5838
This commit is contained in:
exceptionfactory 2022-03-04 14:37:33 -06:00 committed by Matthew Burgess
parent 9782a51564
commit 7d046fe3de
No known key found for this signature in database
GPG Key ID: 05D3DEB8126DAD24
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ public class StandardActionDAO implements ActionDAO {
// action details
// --------------
private static final String INSERT_CONFIGURE_DETAILS = "INSERT INTO CONFIGURE_DETAILS ("
+ "ACTION_ID, NAME, VALUE, PREVIOUS_VALUE"
+ "ACTION_ID, NAME, \"VALUE\", PREVIOUS_VALUE"
+ ") VALUES ("
+ "?, "
+ "?, "