microsoft / durabletask-mssql

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

Fix logic.sql Invalid Column usage #52

Closed jasonwun closed 2 years ago

jasonwun commented 2 years ago

Per #51, this PR is a quick fix to unblock CreateIfNotExstsAsync running the logic.sql script.

jasonwun commented 2 years ago

@cgillum curious how often would the package version?

cgillum commented 2 years ago

@jasonwun you mean the nuget package? I can publish the updated package either tonight or tomorrow.

jasonwun commented 2 years ago

@jasonwun you mean the nuget package? I can publish the updated package either tonight or tomorrow.

Thanks, that would be helpful. It currently blocks some of our PoC on cloud environment. We have a workaround to manually migrate the schema but it is quite hacky.

cgillum commented 2 years ago

Unfortunately, I ran into a blocking issue (unrelated to this PR) that prevents me from doing a release immediately. The release might be delayed until either tonight or early next week.

EDIT: Nevermind, this was user error on my part. I expect to make a release later today.

cgillum commented 2 years ago

This is now released: https://github.com/microsoft/durabletask-mssql/releases/tag/v0.11.0-beta.