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: Parse.Query.limit() parameter in Parse.Query.count() query is ignored #8812

Open
wants to merge 5 commits into
base: alpha
Choose a base branch
from

Conversation

hej2010
Copy link
Contributor

@hej2010 hej2010 commented Nov 17, 2023

Pull Request

Issue

Failing test case for #8811

Closes: #8811

Approach

Tasks

  • Add tests
  • Add changes to documentation (guides, repository pages, code comments)
  • Add security check
  • Add new Parse Error codes to Parse JS SDK

Signed-off-by: Rikard Teodorsson <9367038+hej2010@users.noreply.github.com>
Copy link

Thanks for opening this pull request!

spec/CloudCode.spec.js Outdated Show resolved Hide resolved
spec/CloudCode.spec.js Outdated Show resolved Hide resolved
spec/CloudCode.spec.js Outdated Show resolved Hide resolved
@mtrezza mtrezza changed the title Using limit() in count queries is ignored fix: Parse.Query.limit() parameter in Parse.Query.count() query is ignored Nov 17, 2023
spec/CloudCode.spec.js Outdated Show resolved Hide resolved
Signed-off-by: Rikard Teodorsson <9367038+hej2010@users.noreply.github.com>
spec/CloudCode.spec.js Outdated Show resolved Hide resolved
mtrezza and others added 3 commits November 17, 2023 20:23
Signed-off-by: Manuel <5673677+mtrezza@users.noreply.github.com>
Signed-off-by: Rikard Teodorsson <9367038+hej2010@users.noreply.github.com>
@mtrezza
Copy link
Member

mtrezza commented Nov 18, 2023

Thanks for the test, do you also want to add the fix?

@hej2010
Copy link
Contributor Author

hej2010 commented Nov 18, 2023

If you tell me what file(s) to edit, I could not figure it out yesterday :)

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.

Using limit() in count queries is ignored
2 participants