Github user patricker commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/3156#discussion_r231596320
  
    --- Diff: 
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/AbstractExecuteSQL.java
 ---
    @@ -82,6 +84,16 @@
                 .identifiesControllerService(DBCPService.class)
                 .build();
     
    +    public static final PropertyDescriptor SQL_PRE_QUERY = new 
PropertyDescriptor.Builder()
    +            .name("sql-pre-query")
    +            .displayName("SQL pre-query")
    --- End diff --
    
    Can you make this `SQL Pre-Query`? Same for `SQL Post-Query`.


---

Reply via email to