You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by patricker <gi...@git.apache.org> on 2018/04/10 08:10:20 UTC

[GitHub] nifi issue #2424: NIFI-4393: Handle database specific identifier escape char...

Github user patricker commented on the issue:

    https://github.com/apache/nifi/pull/2424
  
    @ijokarumawak I think column names/table names should be kept unwrapped in all locations, and wrapped as needed by the Database Adapter.  This will allow all columns to be stored uniformly no matter which adapter is used. Also in cases like `initial.maxvalue` property use, the user won't need to worry about wrapping the column name.


---