How can we help you today? How can we help you today?
Azhkanizkael
ATurner said: Hi Tom I believe this to be related to a known bug. I shall let you know once there is a fix available.  Could you include me in on this fix? I'm getting this same issue. / comments
ATurner said: Hi TomI believe this to be related to a known bug. I shall let you know once there is a fix available.  Could you include me in on this fix? I'm getting this same issue.
0 votes
Working workaround for me: After exec'ing a fake table on vwName I moved the Insert into an exec of it's own and works as the bypass. EXEC('INSERT INTO vwName(columns) VALUES(data)') / comments
Working workaround for me:After exec'ing a fake table on vwName I moved the Insert into an exec of it's own and works as the bypass. EXEC('INSERT INTO vwName(columns) VALUES(data)')
0 votes
So i figured out what the issue was on my end. It looks like if you have conflicting commits, you can't tell it to deselect everything. / comments
So i figured out what the issue was on my end. It looks like if you have conflicting commits, you can't tell it to deselect everything.
0 votes