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

Fix DELETE/UPDATE on parent types with children that have no policies #6136

Merged
merged 1 commit into from Sep 21, 2023

Conversation

msullivan
Copy link
Member

Previously we would spuriously ignore the policies on those children,
as the result of an incorrect mechanism being used to detect when a
type has policies when compiling DML.

Just check in the obvious way.

Fixes #6133

Previously we would spuriously ignore the policies on those children,
as the result of an incorrect mechanism being used to detect when a
type has policies when compiling DML.

Just check in the obvious way.

Fixes #6133
@msullivan msullivan merged commit 652d06e into master Sep 21, 2023
22 checks passed
@msullivan msullivan deleted the pol-inh-update-fail branch September 21, 2023 20:51
msullivan added a commit that referenced this pull request Sep 21, 2023
…#6136)

Previously we would spuriously ignore the policies on those children,
as the result of an incorrect mechanism being used to detect when a
type has policies when compiling DML.

Just check in the obvious way.

Fixes #6133
msullivan added a commit that referenced this pull request Sep 27, 2023
…#6136)

Previously we would spuriously ignore the policies on those children,
as the result of an incorrect mechanism being used to detect when a
type has policies when compiling DML.

Just check in the obvious way.

Fixes #6133
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants