Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in npgsql

Dapper IPAddress/PhysicalAddress/Enum Parameter Support Over Npgsql v3

c# dapper npgsql

How can I retrieve the geometry coordinates of a NpgsqlTypes.PostgisGeometry type field from the NpgsqlDataReader?

geometry postgis npgsql

Npgsql strange exception

Is there an intrinsic limitation that prevents Npgsql from providing multiple simultaneous readers when accessing PostgreSQL from within .NET?

.net postgresql npgsql

{"Parameter must have its value set"} dealing with possible null values in NPGSQL

postgresql npgsql

How do I call a PostgreSQL Function that returns VOID from PGAdmin?

postgresql npgsql pgadmin

How to do timestamp arithmetic in EF Core if NodaTime uses Duration and Postgres uses INTERVAL/Period?

NpgSQL insert file path containing backslashes "\\"

NpgsqlCommand.ExecuteNonQuery() throwing Backend sent unrecognized response type: F when try to insert in a table

postgresql npgsql

Bulk Copy C# to PostgreSql

c# postgresql npgsql

Execute postgres script with npgsql

How do I properly use a List as a parameter with Npgsql and Dapper

c# dapper npgsql

42809 Error On Executing PostgreSQL Stored Procedure From Asp.Net C# Application

postgresql procedure npgsql

Array of composite type as stored procedure input passed by C# Npgsql

Entity Framework Core - complex type mapped as jsonb column in postgres but mapping fails for InMemory provider