mirror of https://github.com/apache/nifi.git
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:
parent
9782a51564
commit
7d046fe3de
|
@ -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 ("
|
||||
+ "?, "
|
||||
+ "?, "
|
||||
|
|
Loading…
Reference in New Issue