You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Matt Burgess (Jira)" <ji...@apache.org> on 2020/06/09 19:47:00 UTC

[jira] [Updated] (NIFI-7313) Processor PutDatabaseRecord "Quote Table Identifiers" Can't process schema name well

     [ https://issues.apache.org/jira/browse/NIFI-7313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Burgess updated NIFI-7313:
-------------------------------
    Affects Version/s:     (was: 1.11.4)
               Status: Patch Available  (was: Open)

> Processor PutDatabaseRecord "Quote Table Identifiers" Can't process schema name well
> ------------------------------------------------------------------------------------
>
>                 Key: NIFI-7313
>                 URL: https://issues.apache.org/jira/browse/NIFI-7313
>             Project: Apache NiFi
>          Issue Type: Bug
>            Reporter: wanghongqi
>            Priority: Major
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> When I set PutDatabaseRecord's "Quote Table Identifiers"  attribute to "true",
> It can't works well.
> For example:
> schema: ABC
> table name:CDF
>  
> I wish it make:   insert into "ABC"."CDF" 
> But,it make: insert into "ABC.CDF"
>  
> I fix this bug and will push it



--
This message was sent by Atlassian Jira
(v8.3.4#803005)