-
I'm a bit struggling to connect to a local instance of GlareDB. I'm successful with `psql` but not with the `Npgsql` data provider in .NET. Could you confirm if the client authentication is [`Trust Au…
-
Original issue: https://github.com/npgsql/Npgsql.EntityFrameworkCore.PostgreSQL/issues/292
tl;dr PostgreSQL has extensions, which can be added via the regular migration process. However, since exte…
roji updated
2 months ago
-
Tests on CI fail at two spots with:
```c#
System.NotSupportedException : The field 'timestamp_field' has a type currently unknown to Npgsql (OID 1114).
System.NotSupportedException : The field 'tim…
amotl updated
6 months ago
-
## **Description**
At a very high level; once we deploy New Relic (both infra agent and dotnet agent) we experience start-up hangs in our dotnet6/dotnet8 apps.
We ran into this problem last year: …
-
Minimum working repro extracted from real application:
```csharp
[Table("listed_users")]
public sealed class ListedUser {
[Column]
[Key]
public ulong SteamID { get; set; }
}
public seal…
-
Базовый скрипт вот такой:
```yaml
name: ProIDC3
services:
db:
image: cinna-postgres
environment:
POSTGRES_DB: proidc3
POSTGRES_PASSWORD_FILE: /run/secrets/db_pswd
…
-
We have the following code in [ExpressionTreeFuncletizer](https://github.com/dotnet/efcore/blob/main/src/EFCore/Query/Internal/ExpressionTreeFuncletizer.cs#L2112):
```c#
private bool IsParameterPa…
-
Probably linked to
https://github.com/ecrin-github/MDR_Aggregator/issues/6
and
https://github.com/ecrin-github/MDR_Aggregator/issues/7
```
31/08/2024 : 10:23 : **** SETUP ****
31/08/2024 …
-
Since the version 5.3.0 it seems like there was a breaking change and I'm now getting this error.
I'm using linq2b with Npgsql.EntityFrameworkCore.PostgreSQL
```Npgsql.PostgresException: 23505: …
-
When I use a FlatTableProjection, I cannot use non `string` nullables.
```csharp
public record ImportFailedWithStringErrorCode(string? ErrorCodeString);
public record ImportFailedWithGuidErrorC…