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

VCST-846: Fix QuerySplittingBehavior.SingleQuery Warning in Platform #2804

Merged
merged 6 commits into from
Jun 26, 2024

Conversation

OlegoO
Copy link
Contributor

@OlegoO OlegoO commented Jun 5, 2024

Description

fix: The query uses the 'First'/'FirstOrDefault' operator without 'OrderBy' and filter operators. This may lead to unpredictable results.
feat: Enables AsSplitQuery policy for queries. This behavior can improve performance when the query ApplicationUser, Settings and Dynamic Properties.

References

QA-test:

Jira-link:

Artifact URL:

Image tag:
3.837.0-pr-2804-b0ea-vcst-846-b0eaa4a9

fix: The query uses the 'First'/'FirstOrDefault' operator without 'OrderBy' and filter operators. This may lead to unpredictable results.
feat: Enables AsSplitQuery policy for queries. This behavior can improve performance when the query ApplicationUser, Settings and Dynamic Properties.
@OlegoO OlegoO changed the title VCST-846: Fix First or FirstOrDefault operator without OrderBy VCST-846: Fix QuerySplittingBehavior.SingleQuery Warning in Platform Jun 11, 2024
Copy link

sonarcloud bot commented Jun 26, 2024

@OlegoO OlegoO merged commit 104c9d6 into dev Jun 26, 2024
8 checks passed
@OlegoO OlegoO deleted the fix/VCST-846 branch June 26, 2024 10:05
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.

2 participants