Search code examples
EF Core scaffold - unique index with WHERE condition produces a 1:1 mapping instead of 1:n...


c#entity-framework-corenpgsqlef-core-10.0

Read More
Get database list in Npgsql...


c#postgresqlnpgsql

Read More
How to import the npgsql module?...


postgresqlpowershellnpgsql

Read More
Postgres 23505 duplicate key exception in EF Core AddOrUpdate (race condition on initial insert)...


c#postgresqlentity-framework-corenpgsql

Read More
EF Core - Change column type from varchar to uuid in PostgreSQL 13: column cannot be cast automatica...


postgresqlentity-framework-coreentity-framework-migrationsnpgsql

Read More
Is there a way to stop a NpgsqlConnection from being in waiting state and meanwhile ensure to not lo...


c#postgresqlnotificationsdatabase-connectionnpgsql

Read More
CREATE a stored procedure using plain query text via NpgsqlConnection::ExecuteAsync...


c#postgresqldappernpgsql

Read More
How do I use TPC to generate a sequence for each inherited entity in EF Core?...


c#entity-framework-corenpgsqltpc

Read More
Should order of columns in index match order of columns in query?...


c#postgresqlentity-framework-corenpgsql

Read More
Why is there an ambiguous method call between long, float and decimal methods when using a long as a...


c#npgsqlc#-8.0

Read More
npgsql call jsonb_path_exists on string mapped jsonb...


c#entity-framework-corejsonbnpgsql

Read More
Problem with Code-First Database and PostgreSql...


c#postgresqldappercode-firstnpgsql

Read More
How to get single row of values from database...


c#postgresqlentity-framework-coreasp.net-core-mvcnpgsql

Read More
Npgsql.PostgresException: Column cannot be cast automatically to type bytea...


entity-frameworknpgsqlef-core-2.1

Read More
Column "path" is of type ltree but expression is of type text...


c#.netpostgresqlentity-framework-corenpgsql

Read More
Execute SQL statement after connection established in EF Core with Npgsql...


entity-framework-corenpgsql

Read More
Npgsql Connection Timeout with Postgres Running in Docker Container...


postgresqldocker.net-coredatabase-connectionnpgsql

Read More
EFCore, NPGSQL and NodaTime throws InvalidCast exception reading timestamptz into Instant after upgr...


entity-framework-core.net-8.0npgsqlnodatime

Read More
"The 'List<NNN>' property 'PPP' could not be mapped ..." error on tr...


c#entity-framework-corenpgsql

Read More
I see two approaches to npgsql prepares. Trying to understand the differences...


npgsql

Read More
How to pass tstzrange to postgres...


asp.net-mvcpostgresqlentity-framework-corenpgsql.net-9.0

Read More
How to force an error if an "INSERT INTO ... SELECT" found zero rows (In a NpgsqlBatchedCo...


postgresqlnpgsql

Read More
PostgreSQL set session variable...


.netpostgresqlnpgsqlauditing

Read More
Newest version of npgsql with Entity Framework casting enum type error...


entity-frameworknpgsql

Read More
.NET 8 / EF Core 8 doesn't recognize geography type from the PostGIS extension...


postgresql.net-corepostgisnpgsqlnettopologysuite

Read More
Npgsql Password Provider only changes the password, not the entire connection string...


c#postgresqlasp.net-corenpgsql

Read More
Error "Duplicate key value violates unique constraint" when adding with EF Core & Post...


c#postgresqlentity-framework-corenpgsql

Read More
Restore a PostGRES SQL backup file to an in-memory database in .NET with npgsql...


postgresqlnpgsql

Read More
Npgsql: How to setup enum mapping in Npgsql v8?...


postgresqlnpgsql

Read More
Directly return Postgres jsonb binary bytes...


postgresqlnpgsql

Read More
BackNext