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 2022/10/14 07:51:11 UTC

[GitHub] [shardingsphere] HeiKeJi6 opened a new issue, #21556: Pagination failure---urgent

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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] TeslaCN closed issue #21556: Pagination failure---urgent

Posted by GitBox <gi...@apache.org>.
TeslaCN closed issue #21556: Pagination failure---urgent
URL: https://github.com/apache/shardingsphere/issues/21556


-- 
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] TeslaCN commented on issue #21556: Pagination failure---urgent

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

   The version 4.x is EOL. Please upgrade to latest version.


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