We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
db.col.find().limit(1).skip(1)与db.col.find().limit(1)查询出相同的数据
db.col.find().limit(1).skip(1)
db.col.find().limit(1)
skip正常使用
No response
1.8.0
Docker
The text was updated successfully, but these errors were encountered:
fix mongo query skip() does not work (#1782)
acb9a56
fix #1722
Successfully merging a pull request may close this issue.
重现步骤
db.col.find().limit(1).skip(1)
与db.col.find().limit(1)
查询出相同的数据预期外的结果
skip正常使用
日志文本
No response
版本
1.8.0
部署方式
Docker
是否还有其他可以辅助定位问题的信息?比如数据库版本等
No response
The text was updated successfully, but these errors were encountered: