-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Merging always marks the database as dirty #1010
Copy link
Copy link
Closed
Milestone
Description
No matter if changes were made to the destination database, merging always marks it as dirty (modified).
Expected Behavior
The database is marked as changed only if the merge operation resulted in a change.
Current Behavior
The database is marked as changed for every merge operation.
Steps to Reproduce (for bugs)
- Duplicate a database
- Merge the 2 duplicated databases
- The destination database is marked as modified even though no changes were made.
Reactions are currently unavailable