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

NGSTACK-461 Query type improvements #187

Merged
merged 24 commits into from
Nov 13, 2020
Merged

Conversation

RandyCupic
Copy link
Member

Sometimes values for query type parameters are being fetched dynamically and, if the dynamic value is NULL, currently it's not possible to avoid adding that criterion. To solve this, this PR enables various parameters to have NULL as value, which will prevent adding that criterion to the Query.

Documentation and tests have been updated accordingly.

Also, this PR introduces new split function to be used in query parameter values (needed for eg. splitting comma-separated list of supported content type identifiers into array for content type parameter).

@RandyCupic RandyCupic requested a review from pspanja November 6, 2020 10:00
@pspanja pspanja merged commit fd3ce74 into 3.6 Nov 13, 2020
@pspanja pspanja deleted the NGSTACK-461-query-type-improvements branch November 13, 2020 18:15
@pspanja
Copy link
Member

pspanja commented Nov 13, 2020

Thanks @RandyCupic!

@pspanja pspanja restored the NGSTACK-461-query-type-improvements branch November 13, 2020 18:50
@pspanja pspanja deleted the NGSTACK-461-query-type-improvements branch November 13, 2020 19:37
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