tuohai666 commented on issue #2391: After using the sharding-proxy sub-table to sub-table, use the PageHelper plug-in to query one-to-many data, and the number of returned records is incorrect. URL: https://github.com/apache/incubator-shardingsphere/issues/2391#issuecomment-492953795 I'd better describe more clearly. Please show me: select * from ds_0.t_order_0; select * from ds_0.t_order_1; select * from ds_1.t_order_0; select * from ds_1.t_order_1; select * from ds_0.t_order_item_0; select * from ds_0.t_order_item_1; select * from ds_1.t_order_item_0; select * from ds_1.t_order_item_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: [email protected] With regards, Apache Git Services
