Auto Commit in a Shared Development Model
shivanandk
Posts: 3
Hi,
Is it possible to set to auto commit the changes from database version to Source control, whenever a developer makes changes in the database ?
Thanks,
Shiv Kamath
Is it possible to set to auto commit the changes from database version to Source control, whenever a developer makes changes in the database ?
Thanks,
Shiv Kamath
Comments
I'd imagine it could potentially be a dangerous operation; if a developer is working on something that involves changes to several objects then each one being committed automatically at various intervals could lead to strange behaviour or conflict with work other developers are doing?
Redgate Software
I do not want auto commit on the other way (from source control to database) as it would be not good option.
Then other users who want this option can vote it up, increasing the chances we'll implement it!
Redgate Software
There are other undesired changes that could happen. For example, if a developer accidentally commits a change that deletes data, and another developer assumes the change is good and gets it, this would have very undesirable consequences.
What are your thoughts on these side effects?
David Atkinson
Product Manager
Red Gate Software
Product Manager
Redgate Software