adamfoneil / ModelSync.UI

A diff/merge app for C# model classes to SQL Server. Also merges from database to database
https://aosoftware.net/modelsync/
3 stars 0 forks source link

alters don't seem to execute as expected #9

Closed adamfoneil closed 4 years ago

adamfoneil commented 4 years ago

Got this diff, and tried to execute, but it didn't run. When I run directly in SSMS, it works. Diff itself is correct, but I think alters are being excluded from run.

image

adamfoneil commented 4 years ago

the problem is that the comment is being combined with the statement, so I need to filter out comments in a better way