You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "wanghongqi (Jira)" <ji...@apache.org> on 2020/04/07 00:58:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17076793#comment-17076793 ] 

wanghongqi commented on NIFI-7313:
----------------------------------

I fix this bug and push it.

See  [GitHub Pull Request #4185|https://github.com/apache/nifi/pull/4185]

> 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
>    Affects Versions: 1.11.4
>            Reporter: wanghongqi
>            Priority: Major
>          Time Spent: 40m
>  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)