-
-
Hello,
I noticed there is a similar question for Npgsql [here](https://github.com/dotnet/SqlClient/issues/1554), but I am unsure if it also applies to Azure SQL Server.
In our scenario, we call SQL…
-
I've been maintaining Npgsql for a long time now: the [ADO.NET provider](http://github.com/npgsql/npgsql), the [Entity Framework Core provider](https://github.com/npgsql/Npgsql.EntityFrameworkCore.Pos…
-
I'm not sure if this project would benefit from async/await support.
I have the vague feeling that it might be better to go async/await, because DB-oriented libraries will go async-first (in the fu…
-
In order to find the provider's JsonTypeMapping, our code currently does a standard lookup with CLR type JsonElement (as a sort of special value). The problem is that some provider's actually do suppo…
roji updated
8 months ago
-
### Description
Database has composite types defined which are input/output types to stored procedures. I am attempting to call the said procedure with input parameters. SqlProvider does not see th…
-
We are using Postgres 13 at the moment and I have to compare two bounding boxes if they overlap somewhere. Unfortunately I cannot just install PostGIS extension but I found in the PostgreSQL docs that…
-
MSTAT has been useful to troubleshoot size. Several repos now parse MSTAT to track size:
* .NET Performance repo
* ASP.NET crank benchmarks repo
* Npgsql
Might be more I don't know about. It i…
-
As discussed offline we should add the ImmutableArray CLR type to the pg array handler, read and write.
-
Hi,
first of all thanks for the wonderful documentation under https://www.npgsql.org/efcore/mapping/full-text-search.html
I configured the it as described for the version 10 database, but used …