You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/04/03 09:00:11 UTC

[GitHub] [nifi] wanghongqi opened a new pull request #4178: NIFI-7313:fix bug on 'Quote Table Identifiers'

wanghongqi opened a new pull request #4178: NIFI-7313:fix bug on 'Quote Table Identifiers'
URL: https://github.com/apache/nifi/pull/4178
 
 
   NIFI-7313:fix bug on 'Quote Table Identifiers'
   
   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 push it
   
   Signed-off-by:  Wang Hongqi <lo...@163.com>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [nifi] wanghongqi closed pull request #4178: NIFI-7313:fix bug on 'Quote Table Identifiers'

Posted by GitBox <gi...@apache.org>.
wanghongqi closed pull request #4178: NIFI-7313:fix bug on 'Quote Table Identifiers'
URL: https://github.com/apache/nifi/pull/4178
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [nifi] wanghongqi commented on issue #4178: NIFI-7313:fix bug on 'Quote Table Identifiers'

Posted by GitBox <gi...@apache.org>.
wanghongqi commented on issue #4178: NIFI-7313:fix bug on 'Quote Table Identifiers'
URL: https://github.com/apache/nifi/pull/4178#issuecomment-609578162
 
 
   > NIFI-7313:fix bug on 'Quote Table Identifiers'
   > 
   > 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 push it
   > 
   > Signed-off-by: Wang Hongqi [longtianyu1@163.com](mailto:longtianyu1@163.com)
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services