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
You create a resource, which has a CreationTime column that is auto-filled from a database trigger with the current time. So after create, a re-fetch is needed to observe the change. The relationship part, I don't remember which test covers that, but the code used to be to re-fetch only when the request also contains a relationship (in DefaultService or DefaultRepo).
This only works correctly when the POST request has an 'includes' query string parameter.
The text was updated successfully, but these errors were encountered: