microsoft / durabletask-mssql

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

Fix to (re)enable lower-privilege connection strings #234

Closed cgillum closed 1 month ago

cgillum commented 2 months ago

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

The fix is to skip the database existence check if the current connection string does not have permission to log into the master database.

cgillum commented 1 month ago

After some discussion, it was decided that this fix isn't needed after all.