Emill

Results 86 comments of Emill

Well, yes, but then both queries will run in the same transaction. Is that a problem? But how do we know how many rows we should fetch? Why don't EF...

Isn't that what https://github.com/npgsql/npgsql/wiki/User-Manual#systemtransactions-support is supposed to solve?

The type system in EF6 is extremely limited and has more or less no options for such customizations. I suggest you to use EF Core instead on .NET 8.

I would in that case suggest you to have some middle layer where you convert a DateTimeOffset when reading the DB into a DateTime and the other way when you...

The intended use in EF6 when you want to store a time stamp that specifies a specific point in time is to use DateTimeOffset rather than a DateTime with UTC...

Changing to `bf_set_ui(r, -(uint64_t)a)` would be simpler.