EF Core scaffold - unique index with WHERE condition produces a 1:1 mapping instead of 1:n...
Read MorePostgres 23505 duplicate key exception in EF Core AddOrUpdate (race condition on initial insert)...
Read MoreEF Core - Change column type from varchar to uuid in PostgreSQL 13: column cannot be cast automatica...
Read MoreIs there a way to stop a NpgsqlConnection from being in waiting state and meanwhile ensure to not lo...
Read MoreCREATE a stored procedure using plain query text via NpgsqlConnection::ExecuteAsync...
Read MoreHow do I use TPC to generate a sequence for each inherited entity in EF Core?...
Read MoreShould order of columns in index match order of columns in query?...
Read MoreWhy is there an ambiguous method call between long, float and decimal methods when using a long as a...
Read Morenpgsql call jsonb_path_exists on string mapped jsonb...
Read MoreProblem with Code-First Database and PostgreSql...
Read MoreHow to get single row of values from database...
Read MoreNpgsql.PostgresException: Column cannot be cast automatically to type bytea...
Read MoreColumn "path" is of type ltree but expression is of type text...
Read MoreExecute SQL statement after connection established in EF Core with Npgsql...
Read MoreNpgsql Connection Timeout with Postgres Running in Docker Container...
Read MoreEFCore, NPGSQL and NodaTime throws InvalidCast exception reading timestamptz into Instant after upgr...
Read More"The 'List<NNN>' property 'PPP' could not be mapped ..." error on tr...
Read MoreI see two approaches to npgsql prepares. Trying to understand the differences...
Read MoreHow to pass tstzrange to postgres...
Read MoreHow to force an error if an "INSERT INTO ... SELECT" found zero rows (In a NpgsqlBatchedCo...
Read MoreNewest version of npgsql with Entity Framework casting enum type error...
Read More.NET 8 / EF Core 8 doesn't recognize geography type from the PostGIS extension...
Read MoreNpgsql Password Provider only changes the password, not the entire connection string...
Read MoreError "Duplicate key value violates unique constraint" when adding with EF Core & Post...
Read MoreRestore a PostGRES SQL backup file to an in-memory database in .NET with npgsql...
Read MoreNpgsql: How to setup enum mapping in Npgsql v8?...
Read MoreDirectly return Postgres jsonb binary bytes...
Read More