microsoft / durabletask-mssql

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

CreateIfNotExistsAsync throws exception regarding "Invalid Column [InstanceId]" #51

Closed jasonwun closed 3 years ago

jasonwun commented 3 years ago

Package Version

0.10.1-beta

The CreateIfNotExistsAsync always throw exception with message "Invalid Column [InstanceId]". Tried to manually run the logic.sql script in database and find that this line is using InstanceId instead of InstanceID. When I change the d back to D, the script works fine.