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:
us...@infra.apache.org


Reply via email to