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/07 06:30:21 UTC

[GitHub] [shardingsphere] RookieMember commented on issue #10258: Broadcast table SQL write "select * from t" does not work properly

RookieMember commented on issue #10258:
URL: https://github.com/apache/shardingsphere/issues/10258#issuecomment-834104325


   > I can't reproduce it. Can you push the demo on github?
   
   demo GitHub:https://github.com/RookieMember/shardingsphere-demo/tree/master/shardingjdbc-demo
   
   https://github.com/RookieMember/shardingsphere-demo/blob/master/shardingjdbc-demo/src/main/java/com/wkp/shardingjdbc/controller/AddressController.java#selectAll
      ```
   @GetMapping("/select_all_address")
       public List<Address> selectAll() throws SQLException {
           return addressServiceImpl.selectAll();
       }
   ```
   I used mybatis's XML and annotation methods to test, and the results are the same. There is a problem when using "select * from t_address".
   
   
   


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