Hello,
I would like to request a feature for Schema Synchronization Tool:
1. On inserts, I would love to have the fields included. For example, instead of INSERT INTO tbl VALUES (1), it'll write INSERT INTO tbl (tblID) VALUES (1).
2. On updates, it'll only SET the fields that aren't equal.
The purpose of these changes is having an ability to do a “diff” that's readable by developers / release managers.
Thanks,
Rick