Hangfire.PostgreSql icon indicating copy to clipboard operation
Hangfire.PostgreSql copied to clipboard

PostgreSqlFetchedJob npgsql DateTimeOffset change for timestamptz column

Open fahrigoktuna opened this issue 11 months ago • 8 comments

Regarding #384 PR - if it doest not sound good . With the help of this PR you may change DateTime type to DateTimeOffSet in PostgreSqlFetchedJob according to Npgsql Mapping Table => https://www.npgsql.org/doc/types/basic.html. So that, there will be no problem deleting jobs from jobqueue table.

fahrigoktuna avatar Dec 23 '24 12:12 fahrigoktuna