SteNicholas opened a new pull request #4075: Encrypt statement IN operator 
contains space and line break
URL: https://github.com/apache/incubator-shardingsphere/pull/4075
 
 
   Fixes #4037.
   
   Encrypt statement IN operator contains space and line break could extraly 
append `(`, because method `extractInExpressionSegments` extracts first 
`ParameterMarkerExpressionSegment` start index not depend on `TerminalNodeImpl` 
`(`. Therefore, first `ParameterMarkerExpressionSegment` start index should be 
set with start index of `TerminalNodeImpl` `(`.
   
   Changes proposed in this pull request:
   - Method `extractInExpressionSegments` extracts first 
`ParameterMarkerExpressionSegment` start index with `TerminalNodeImpl` `(`.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to