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 2021/05/28 01:56:16 UTC

[GitHub] [shardingsphere] cz1422189551 opened a new issue #10515: After Dependent ShardingSphere , MyBatis-Plus ResultMap Mapping Null

cz1422189551 opened a new issue #10515:
URL: https://github.com/apache/shardingsphere/issues/10515


   dependency group: 'com.baomidou', name: 'mybatis-plus-boot-starter', version: "3.4.0"


-- 
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] Scottle-Hu commented on issue #10515: After Dependent ShardingSphere , MyBatis-Plus ResultMap Mapping Null

Posted by GitBox <gi...@apache.org>.
Scottle-Hu commented on issue #10515:
URL: https://github.com/apache/shardingsphere/issues/10515#issuecomment-924562610


   I met this problem, too. 
   And I found that if do not use *, all work fine.
   
   for example:
   ```select xxx.a, xxx.b , yyy.a, yyy.b from xxxx;```
   instead of
   ```select xxx.* , yyy.* from t;```
   


-- 
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] terrymanu commented on issue #10515: After Dependent ShardingSphere , MyBatis-Plus ResultMap Mapping Null

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


   Sorry to reply late.
   mybatis-plus is the ORM framework of JDBC.
   Actually, , ShardingSphere community have no time to read source codes of other ORM framework, we are focusing on JDBC(or proxy) only.
   So, please do some investigate, and then we can locate about SQL and JDBC interface.


-- 
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 #10515: After Dependent ShardingSphere , MyBatis-Plus ResultMap Mapping Null

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


   Hi @cz1422189551, can you provide more information? I need to reproduce this problem.


-- 
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] terrymanu closed issue #10515: After Dependent ShardingSphere , MyBatis-Plus ResultMap Mapping Null

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


   


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