❔ EFCore NPGSQL: Date exception
Unhandled exception. Npgsql.PostgresException (0x80004005): 42883: function date_part(unknown, bigint) does not exist
When executing this piece of code:
in context I have thise
2 Replies
The property "LastProcessed" however is a datetime
Im guessing it is trying to apply date functions on a integer (on db side its an integer as its stored as unix)
how would I go about it
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.