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

fix mongo query skip() does not work #1782

Merged
merged 1 commit into from
Aug 22, 2022
Merged

fix mongo query skip() does not work #1782

merged 1 commit into from
Aug 22, 2022

Conversation

afghanistanyn
Copy link
Contributor

@afghanistanyn afghanistanyn commented Aug 18, 2022

fix: #1722

@codecov
Copy link

codecov bot commented Aug 18, 2022

Codecov Report

Merging #1782 (fa263a4) into master (6bb36f7) will decrease coverage by 0.00%.
The diff coverage is 25.00%.

@@            Coverage Diff             @@
##           master    #1782      +/-   ##
==========================================
- Coverage   76.22%   76.21%   -0.01%     
==========================================
  Files          91       91              
  Lines       14307    14310       +3     
==========================================
+ Hits        10906    10907       +1     
- Misses       3401     3403       +2     
Impacted Files Coverage Δ
sql/engines/mongo.py 49.86% <25.00%> (-0.07%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@afghanistanyn
Copy link
Contributor Author

@hhyo

Copy link
Collaborator

@LeoQuote LeoQuote left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@LeoQuote LeoQuote merged commit acb9a56 into hhyo:master Aug 22, 2022
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

Successfully merging this pull request may close these issues.

mongodb使用skip分页查询不生效
2 participants