|
|
|
|
|
by bb88
3061 days ago
|
|
The more interesting case is when you have the following: doc1 = { 'a': {'b': {'c': ... }}} doc2 = {} So one has been deleted entirely and the other has modified some attribute deep down inside of it. If you always have to check and resolve conflicts yourself, then it's not really useful. |
|