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.---
