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:09:11 UTC

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

SteNicholas opened a new pull request #3974: Oracle insert statement bugfix
URL: https://github.com/apache/incubator-shardingsphere/pull/3974
 
 
   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] SteNicholas closed pull request #3974: Oracle insert statement bugfix

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

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