Idea Summary
Have a section in SQL Workshop to perform Database Diffs that can compare objects between 2 schemas + Present the differences for review + Allow user to export list of objects that can be shared with other developers + Ability to merge/promote changes of selected objects to target schema.
Use Case
It would be useful while promoting code to higher environments such as Test and Production. Without this feature, developer has to manually note down every object that is changed over the course of an application development project. With SQL Developer losing further support and its VS Code extension venturing into a “very distant” roadmap to provide features available in current Desktop version of SQL Developer, this feature would help all developers to have an in-built option to perform this.
Preferred Solution (Optional)
It could be implemented to ape the same functionality already available in SQL Developer(Desktop). Or, it could go a step ahead and allow generating an additional list of objects which can be edited and exported/imported(to share with other developers so that they can also run compare on those specific objects).