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

Add support for NOT, MATCHES and LIKE conditions to AqlUtil.removeParameter #657

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

askask
Copy link

@askask askask commented Nov 22, 2024

Changes

The method AqlUtil.removeParameter() currently does only support WhereConditions that are an instance of ComparisonOperatorCondition or LogicalOperatorCondition, i.e. parameters contained in other conditions are not removed.
This PR changes the method so that is also works with NotConditions, MatchesConditions and LikeConditions.

Related issue

Pre-Merge checklist

  • New code is tested
  • Present and new tests pass
  • Documentation is updated
  • The build is working without errors
  • No new Sonar issues introduced
  • Changelog is updated
  • Code has been reviewed

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.

1 participant