You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/01/14 12:32:54 UTC

[GitHub] [incubator-shardingsphere] SteNicholas opened a new pull request #3976: Oracle insert statement bugfix

SteNicholas opened a new pull request #3976: Oracle insert statement bugfix
URL: https://github.com/apache/incubator-shardingsphere/pull/3976
 
 
   Fixes #3962.
   
   `InsertValuesExtractor` could extract column segements by `InsertValuesClause` rule, but oracle insert statement `insertValuesClause` lack of `columnNames` , which cause encrypt problem for extracting column segements.
   
   Changes proposed in this pull request:
   
   - Put columnNames into insertValuesClause.

----------------------------------------------------------------
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] [incubator-shardingsphere] terrymanu merged pull request #3976: Oracle insert statement bugfix

Posted by GitBox <gi...@apache.org>.
terrymanu merged pull request #3976: Oracle insert statement bugfix
URL: https://github.com/apache/incubator-shardingsphere/pull/3976
 
 
   

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