EntityFramework.Exceptions
EntityFramework.Exceptions copied to clipboard
Handle database errors easily when working with Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql.
Is there any work regarding a version of this library for the CosmosDB provider? I ran into a situation today where I needed to handled the `DbUpdateException` and after some...
Hi Im creating a new project and want to use this library. Im trying to use a password protected SQlite DB. For this I should reference `microsoft.entityframeworkcore.sqlite.core` because it dont...
Hi! When we can wait for EntityFramework.Exceptions to release? Currently with this package installed I can see errors like that code to reproduce Program.cs ```cs using Microsoft.EntityFrameworkCore; var context =...
Hi, just wanted to notify that the latest version of EntityFrameworkCore.Exceptions.Oracle (version 8.1.3) nuget package does not contain a handler for CannotUpdateToNull exceptions that use code ORA: 01407, even though...
I'm witnessing a weird behavior. If I try to insert an entity with the same PK, I get `Common.UniqueConstraintException` with `ContratintProperties: ["Id"]`. If I declare a nuique index on property...