DanielTuran

Results 2 issues of DanielTuran

### Bug Description When doing BinaryImport I'm occasionally getting an unhelpful exception. As discussed [here: npgsql/issues/6128](https://github.com/npgsql/npgsql/issues/6128), the real exception is hidden by dispose exception ```csharp try { await connection.BinaryImportAsync( "RecordMonitoring.TraderRecord",...

bug

**Is your feature request related to a problem? Please describe.** In Postgres server, I need to perform these steps in these exact order: 1. Call a function in "postgres" database...

feature