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

listGroups fetching all the rows from DB although the methods is taking count as parameter which can be used in the query as well #3094

Open
aprabhat opened this issue Oct 24, 2024 · 1 comment

Comments

@aprabhat
Copy link

The expression mentioned above is fetching all the rows from DB for a zone id. As the method also accepts count parameter, can't we utilize this in the query to limit the result set instead of iterating and collecting the required rows below in filterForCurrentUser method.

@strehle
Copy link
Member

strehle commented Oct 25, 2024

@tack-sap @adrianhoelzl-sap can you check if our forked UAA has fixed this issues and I yes point me to the missing parts, thanks

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

No branches or pull requests

2 participants