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/12/25 03:06:43 UTC

[GitHub] [shardingsphere] jingshanglu opened a new issue #8767: Improve the definition of projection.

jingshanglu opened a new issue #8767:
URL: https://github.com/apache/shardingsphere/issues/8767


   ## Bug Report
   
   ```
   select 1+1;
   ```
   parse the sql to get the statement, the projection in the statement is a string . 
   ### Which version of ShardingSphere did you use?
   5.0.0-alpha
   
   ### Expected behavior
   the projection in the statement is a `BinaryExpression` or others to get the detail of `1+1`.
   ### Actual behavior
   the projection in the statement is a string "1+1" . 
   


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



[GitHub] [shardingsphere] strongduanmu closed issue #8767: Improve the definition of projection.

Posted by GitBox <gi...@apache.org>.
strongduanmu closed issue #8767:
URL: https://github.com/apache/shardingsphere/issues/8767


   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] strongduanmu commented on issue #8767: Improve the definition of projection.

Posted by GitBox <gi...@apache.org>.
strongduanmu commented on issue #8767:
URL: https://github.com/apache/shardingsphere/issues/8767#issuecomment-927688868


   This sql has been supported in the master branch, you can try it. 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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] tuichenchuxin commented on issue #8767: Improve the definition of projection.

Posted by GitBox <gi...@apache.org>.
tuichenchuxin commented on issue #8767:
URL: https://github.com/apache/shardingsphere/issues/8767#issuecomment-927663015


   I found we already supported parsing this to `BinaryExpression` on master branch.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org