How can we help you today? How can we help you today?
Azhkanizkael
I am on Flyway Enterprise, using the desktop client v6.0.0. Flyway Engine: 9.10.2 Git: 2.22.0 Redgate Compare: 1.6.0.7305 / comments
I am on Flyway Enterprise, using the desktop client v6.0.0.Flyway Engine: 9.10.2Git: 2.22.0Redgate Compare: 1.6.0.7305
0 votes
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