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/08/31 03:05:31 UTC

[GitHub] [shardingsphere] unjie opened a new issue #7161: Errors in parsing database function calls to facilitate the implementation of expanded sub-database queries

unjie opened a new issue #7161:
URL: https://github.com/apache/shardingsphere/issues/7161


   ## Feature Request
   When using the custom function getRemindDays to execute "SELECT getRemindDays(${minCyc},${expirePrompt},#{user.uid})" SQL, db-sharding-autoconfiguration/4.1.1.RELEASE/db-sharding-autoconfiguration- 4.1.1.RELEASE.jar!/org/apache/shardingsphere/sql/parser/mysql/visitor/MySQLVisitor.class:321 conversion exception, cannot be converted to ColumnSegment object
   中文:
   在使用自定义函数getRemindDays 执行"  SELECT getRemindDays(${minCyc},${expirePrompt},#{user.uid}) " SQL 时提示db-sharding-autoconfiguration/4.1.1.RELEASE/db-sharding-autoconfiguration-4.1.1.RELEASE.jar!/org/apache/shardingsphere/sql/parser/mysql/visitor/MySQLVisitor.class:321 转换异常, 不能转换为ColumnSegment 对象
   ### Describe the feature you would like.
   I want to process some unsupported parsing during the sql parsing process, or skip the SQL parsing and let the developer use other constraints. The database and tableName are routed to a RouteResult object.
   I am trying to build these codes
   中文:
   我想在sql 解析过程中处理一些不支持的解析,或跳过SQL 解析由开发者使用其他约束.以路由database 与 tableName 以,相应一个RouteResult 对象.
   我正在尝试构建这些代码


----------------------------------------------------------------
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] tristaZero closed issue #7161: Errors in parsing database function calls to facilitate the implementation of expanded sub-database queries

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


   


----------------------------------------------------------------
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] tristaZero commented on issue #7161: Errors in parsing database function calls to facilitate the implementation of expanded sub-database queries

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


   @unjie 
   Hi Thanks for your feedback, English comment is required though.
   This issue has been fixed on the master branch. If you want to learn more, please take a keyword search in `issues` or `PRs` list.
   
   Best,
   Trista


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