kanha-gupta commented on PR #29728:
URL: https://github.com/apache/shardingsphere/pull/29728#issuecomment-1894713965

   @strongduanmu Sir I find multiple approaches to achieving parsing for Colon 
symbol(:).
   1. We can extend the acceptance of identifier regex pattern to accept colon 
so it would be parsed as an identifier.
   2. We can make changes in columnName grammar and We can add a boolean flag 
in columnSegment to tell if an identifier have colon as prefix.
   3. We can create a new segment for this type.
   
   Please guide which approach would suit best, Thank you :)


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to