DanielTuran

Results 6 comments of DanielTuran

When debugging it locally, I get this exception ``` Message:  System.InvalidOperationException : Write for column 2 resolves to a different PostgreSQL type: OID 1184 than the first row resolved to...

And now the same code throws ``` System.ObjectDisposedException : NpgsqlTransaction ---- System.InvalidCastException : Unable to cast object of type 'System.Decimal' to type 'System.String'.```

> RunnerOrchestrator Sounds fine for me. > The actual implementation can be quite simple to start. Well, it isn't that easy for me. How do I setup service collection with...

I have the same question. Is it possible to map to Jsonb using FluentMapper?

EF Core also requires you to register migrations somewhere, so this EF core sample is not quite complete. I was thinking: ``` var services = new ServiceCollection() .AddFluentMigrator() .Build(); var...

> It is possible we may need two separate interfaces - one for One-Time Passwords and one for Access Tokens. I don't really understand the interface Npgsql exposes, to be...