Npgsql – “The connection pool has been exhausted, either raise ‘Max Pool Size’ (currently 100) or ‘Timeout'” [closed]
Closed yesterday.
Query produces “function unnest(unknown) is not unique error”, but is executed fine by the application
I was playing around with composite types in Postgres and Npgsql, and noticed interesting behaviour.
C# Postgres procedure with parameters
How do you call a pg procedure with parameters from C#?
Poor Performance in .Net 8 Entity Framework using c# .Net 8 along with Npgsql providers
We have a .Net 8 c# database library that is using Linq to Entities via EntityFramework using the Npgsql library, to access a Postgres database on our Azure repositories. All is working, but we have an issue with a function in the library that needs to call the database multiple times to recover the data to be passed onto the Blazor Hybrid front end.