Skip to content
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

Limit 不生效 #31

Closed
huangdijia opened this issue Nov 6, 2020 · 0 comments
Closed

Limit 不生效 #31

huangdijia opened this issue Nov 6, 2020 · 0 comments

Comments

@huangdijia
Copy link
Member

  • MongoDB 版本

db version v3.0.15-1.10

  • 代码
$col->find(['gender' => 'male'], ['skip' => 1, 'limit' => 1]);
  • 问题

limit 等于 1 的时候,正常返回一笔,其他值的时候,返回全部记录,limit 失效。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant