microsoft / durabletask-mssql

Microsoft SQL storage provider for Durable Functions and the Durable Task Framework
MIT License
87 stars 32 forks source link

Mitigate datediff overflow issue #70

Closed cgillum closed 2 years ago

cgillum commented 2 years ago

Resolves https://github.com/microsoft/durabletask-mssql/issues/69

The only relevant change is to logic.sql. The others can be ignored.

With this very minimal fix, rows in the dt.NewEvents and dt.NewTasks tables can be as old as 68 years (a significant improvement from 24 days).