-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Scrub code for uses of navigations that don't cover skip navigations #22883
Comments
Fixes #22882 **Description** Skip navigations (i.e. many-to-many navigations; new for 5.0) are not being returned as members, navigations, or collections from an an API used to access them. In addition, scrubbing the code found two other issues with the same pattern, plus a few that need more investigation. This PR contains fixes and tests for the three clear issues. I have filed #22883 to follow up on the others. **Customer Impact** * Navigations for a major new feature are not being returned from an API that should return them. * Attaching a graph asynchronously may miss navigations * Skip navigations are missed as notification properties **How found** Customer reported on RC1. **Test coverage** This PR adds tests for the affected cases, including others found from scrubbing the code. #22883 tracks doing more research in this area. **Regression?** No. **Risk** Low. The change only affects skip navigations, whuch are new in 5.0.
Skip navigations are not valid for cosmos. BindMember method is changing in 6.0 |
Query Filter validation is to warn when we do inner join which relies on the fact there are no orphans in presence of query filters for a required relationship is present. That case is not applicable to skip navigations. |
Fixes #22882 **Description** Skip navigations (i.e. many-to-many navigations; new for 5.0) are not being returned as members, navigations, or collections from an an API used to access them. In addition, scrubbing the code found two other issues with the same pattern, plus a few that need more investigation. This PR contains fixes and tests for the three clear issues. I have filed #22883 to follow up on the others. **Customer Impact** * Navigations for a major new feature are not being returned from an API that should return them. * Attaching a graph asynchronously may miss navigations * Skip navigations are missed as notification properties **How found** Customer reported on RC1. **Test coverage** This PR adds tests for the affected cases, including others found from scrubbing the code. #22883 tracks doing more research in this area. **Regression?** No. **Risk** Low. The change only affects skip navigations, whuch are new in 5.0.
Fixes #22882 **Description** Skip navigations (i.e. many-to-many navigations; new for 5.0) are not being returned as members, navigations, or collections from an an API used to access them. In addition, scrubbing the code found three other issues with the same pattern, plus a few that need more investigation. This PR contains fixes and tests for the four clear issues. I have filed #22883 to follow up on the others. **Customer Impact** * Navigations for a major new feature are not being returned from an API that should return them. * Attaching a graph asynchronously may miss navigations. * Skip navigations are missed as notification properties. * Exception will say a property is not found, when actually it is a navigation. **How found** Customer reported on RC2 daily build. **Test coverage** This PR adds tests for the affected cases, including others found from scrubbing the code. #22883 tracks doing more research in this area. **Regression?** No. **Risk** Low. The change only affects skip navigations, which are new in 5.0.
Fixes #22882 **Description** Skip navigations (i.e. many-to-many navigations; new for 5.0) are not being returned as members, navigations, or collections from an an API used to access them. In addition, scrubbing the code found three other issues with the same pattern, plus a few that need more investigation. This PR contains fixes and tests for the four clear issues. I have filed #22883 to follow up on the others. **Customer Impact** * Navigations for a major new feature are not being returned from an API that should return them. * Attaching a graph asynchronously may miss navigations. * Skip navigations are missed as notification properties. * Exception will say a property is not found, when actually it is a navigation. **How found** Customer reported on RC2 daily build. **Test coverage** This PR adds tests for the affected cases, including others found from scrubbing the code. #22883 tracks doing more research in this area. **Regression?** No. **Risk** Low. The change only affects skip navigations, which are new in 5.0.
The text was updated successfully, but these errors were encountered: