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

Split a data update query into two separate queries #713

Merged
merged 5 commits into from
Feb 14, 2025

Conversation

Ahmed-Ghanam
Copy link
Contributor

Description

The previous Notifications API used an or operator to find out which row to update. This query is divide into two quires to make sure we update the data when we have valid identifier.

Related Issue(s)

Verification

  • Your code builds clean without any errors or warnings
  • Manual testing done (required)
  • Relevant automated test added (if you find this hard, leave it and we'll help out)
  • All tests run green

Documentation

  • User documentation is updated with a separate linked PR in altinn-studio-docs. (if applicable)

@Ahmed-Ghanam Ahmed-Ghanam merged commit a6c31ba into main Feb 14, 2025
7 of 8 checks passed
@Ahmed-Ghanam Ahmed-Ghanam deleted the bugfix/700-split-queries branch February 14, 2025 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants