-
# Beskrivelse
GetMaskinportenDelegation sometimes fails with EndOfStreamException in persistance layer on reading delegation changes.
note: this might already be fixe with the db rewrite which is …
-
It appears the (app insights or aspire) activity logs show a gap when initializing a postgresconnection:
![image](https://github.com/user-attachments/assets/47833670-99aa-4e1f-bd78-86b39fe1de5d)
I…
-
**Describe the bug**
When prepared statement support is enabled some prepared statements are still not recognized.
**To Reproduce**
```bash
git clone https://github.com/npgsql/Npgsql
cd Npgsql
…
-
See https://github.com/npgsql/efcore.pg/blob/main/src/EFCore.PG/Storage/ValueConversion/INpgsqlArrayConverter.cs for a way of implementing this.
Also try to use built-in converters automatically, s…
-
### Description
When referencing 2 totally different packages independently, I'm able to publish an app without any warnings. But when I combine them and use them together, I'm getting trim warnings …
-
Looking at a size trace of an asp.net app using Npgsql and I'm seeing a few things around logging that add significant bloat.
Our messages:
https://github.com/npgsql/npgsql/blob/274a1d174b44640d7…
-
### What happened?
I tried to use DAB on my Postgresql DB. My table name are case sensitive.
When i try to start i get a failure.
Here is a sample of my dab-config.json
"AssetHealthState": {
…
-
When creating a new app, Create requires to do the type mapping either at global level:
`CrateDbDatabaseInfo.AddCrateDbSpecificTypeMappings(NpgsqlConnection.GlobalTypeMapper);`
or do the same thin…
hlngo updated
5 years ago
-
### Description
Bulk Insert throws an exception when the entity has a jsonb column. The jsonb column mapping is set in OnModelCreating.
### Exception
```
Exception message: The given key 'Entity…
-
For testing, it would be useful to allow direct connections from other sources than grafana, like a simple command-line npgsql connection.
We probably need more advanced query parsing capabilities…