HeiKeJi6 opened a new issue, #21556:
URL: https://github.com/apache/shardingsphere/issues/21556

   PageHelper. startPage(1, 10)..doSelectPage(() -> 
mybatisMapperSelectMethod()); // The queried table has no partitions
   
   Normally, pagerhelper checks the total number and then limits it. However, 
after using the data source provided by shardingjdbc, only the sql statements 
defined in the mapper are queried, resulting in page invalidation.


-- 
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: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to