linzixiang199141 opened a new issue #1802: sharding分页使用问题 URL: https://github.com/apache/incubator-shardingsphere/issues/1802 亮哥,你好! 我这里在使用sharding-jdbc的时候遇到一个分页相关的问题,比如我limit 20,20,在官网文档说到会改写为limit 0,40,然后通过一些处理返回正确的结果,但是我在使用的过程中发现只是返回了limit 0,40的结果,使用的版本是<dependency> <groupId>io.shardingsphere</groupId> <artifactId>sharding-jdbc-core</artifactId> <version>3.1.0</version> </dependency> 之前好像有人提过这个问题 #342
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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 With regards, Apache Git Services