-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
default datasource page limit problem #1722
Comments
@ppj19891020 why you used pageable1 three times ,and not use pageable2 pageable3 objects.... |
@ppj19891020 I have the same question as @master-starcloud. |
I noticed that there may have bug in your test case. Pageable pageable1 = new PageRequest(1,10); Pageable pageable2 = new PageRequest(2,10); Pageable pageable3 = new PageRequest(3,10); |
@tuohai666 He use different pageable,
I also have this problem |
@happy89lgk Thanks for reminder. Will be fixed later. |
#1722, fix parameters rewriting when single routing
When can I release the next version? |
+1 |
version:4.0.0.M1-SNAPSHOT
branch:dev
orm: spring jpa
not sharding table use default datasource,but page data is the same,for the following limit:
java code
output log
now look this log,limit is not same ,but data is same.
expect:output of other page data.
The text was updated successfully, but these errors were encountered: