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

Provide support to Update Alternate Keys #19336

Closed
ThiagoDaher opened this issue Dec 17, 2019 · 1 comment
Closed

Provide support to Update Alternate Keys #19336

ThiagoDaher opened this issue Dec 17, 2019 · 1 comment

Comments

@ThiagoDaher
Copy link

By database design, some tables uses composite keys, as values are populated by businesses keys.
This strategy can take additional storage needs, but is very efficient in search.
However, EF does not allows update of value as sql server does (update Specification set Name = 'specification 1.2' where Name = 'Specification 1'; -- consider name as Unique Key).

Update in cascade is also desired in this scenario, as foreign key tables were created with update cascade in sql.

@ajcvickers
Copy link
Member

Duplicate of #4073 and #10551

@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants