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

More counting tweaks #3082

Merged

Conversation

will-gant
Copy link
Contributor

@will-gant will-gant commented Nov 30, 2022

A short explanation of the proposed change:

Optimizes a few more places where we've been asking Sequel to either count all the rows in a dataset, or to retrieve all rows and return them to us, when all we care about is whether a non-zero number of rows exist.

An explanation of the use cases your change solves

n/a

Links to any other associated PRs

Similar to #3067 and #3052

  • I have reviewed the contributing guide

  • I have viewed, signed, and submitted the Contributor License Agreement

  • I have made this pull request to the main branch

  • I have run all the unit tests using bundle exec rake

  • I have run CF Acceptance Tests

@will-gant will-gant force-pushed the more-counting-tweaks branch from 5a6f860 to eca11d0 Compare November 30, 2022 09:54
@will-gant will-gant marked this pull request as ready for review November 30, 2022 11:29
@philippthun philippthun merged commit bcbfc98 into cloudfoundry:main Nov 30, 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.

3 participants