Commit data and schema changes separetly
A table is under source control and the data of that table is linked as static data.
Both table definition and data has been changed and are visible in the 'Commit changes' tab.
Since the data is just edited and changed for development purpose it should not be committed.
But in this situation it is impossible to only commit de table definition.
When checking the table the data is also checked (and the other way around also).
It would be nice to be able to commit the changes separetly.
-
SC commented
Absolutely! Can't believe this is something SQL Source Control can't do, it's a really major oversight on the part of the developers.
The fact that SSSC has actually in the past had bugs where if you check in a schema change at the same time as a data change nobody can do a get latest actually makes this worse.