-
Notifications
You must be signed in to change notification settings - Fork 66
Update query public API #533
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
Conversation
🎉 Thank you for your code contribution! To guarantee the change/addition is conformant to the OCF Specification, we would like to ask you to execute OCF Conformance Testing of your change ☝️ when your work is ready to be reviewed. ℹ️ To verify your latest change (4808c17), label this PR with |
4808c17
to
165373b
Compare
259968b
to
c5a4793
Compare
Extend the function signature to include the include the length of the key. If the length of the key is known then a call to strlen can be avoided. Added: - oc_iterate_query_get_values_v1 - oc_get_query_value_v1 - oc_query_value_exists_v1 - oc_ri_get_query_value_v1 - oc_ri_query_exists_v1 Deprecated: - oc_iterate_query_get_values - oc_get_query_value - oc_query_value_exists - oc_ri_get_query_value - oc_ri_query_exists
c5a4793
to
ea0eca6
Compare
SonarCloud Quality Gate failed.
|
Extend the function signature to include the include the length of the key. If the length of the key is known then a call to strlen can be avoided.
Added:
Deprecated: