You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The continue-on-error preference SHOULD NOT be applied to individual requests within a batch.
This could be understood to mean that there can be no continue-on-error behavior at all for batch requests. But what we want is that the continue-on-error preference of the batch request is applied to all individual requests, according to the specification for
The statement "The continue-on-error preference SHOULD NOT be applied to individual requests within a batch." should instead be that the continue-on-error specified on batch represents the processing of statements within the batch itself, not whether individual statements within the batch that represent multiple operations should continue on error.
OData-Protocol, section 8.2.8.3 states that
This could be understood to mean that there can be no
continue-on-error
behavior at all for batch requests. But what we want is that thecontinue-on-error
preference of the batch request is applied to all individual requests, according to the specification for$each
requests.Clarify this in the text.
The text was updated successfully, but these errors were encountered: