-
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
DbUpdateException.Entries is empty when a unique constraint sql error is thrown. #7829
Comments
Hi, Regards Versions: |
@SebastiaanPolfliet Unfortunately, it had to be cut from 3.0. However, it is scheduled for the 3.1 release scheduled for the beginning of December. |
I do also need it but it seems it has not been fixed in 3.1... |
Re-triage based on #15404 (comment) |
Any update on this? It stops us from recovering from unique collisions. |
@roja This issue is in the Backlog milestone. This means that it is not planned for the next release (EF Core 5.0). We will re-assess the backlog following the this release and consider this item at that time. However, keep in mind that there are many other high priority features with which it will be competing for resources. |
@ajcvickers Is any workaround for this issue with a performance problem? |
When a
DbUpdateException
is thrown because of unique index constraint, theDbUpdateException.Entries
collection is empty. Is this an expected behavior or should it contain the involved entity in there?Further technical details
EF Core version: 1.1.1
The text was updated successfully, but these errors were encountered: