Description | Here's the scenerio: 1) A record exists in the child node's db, but NOT in the parent node's db. 2) The child node updates the record. 3) Symmetric pushes the update to the parent node. 4) AdditiveDataLoaderFilter.filterUpdate attempts an update statement, which fails, and then returns false (don't continue) no matter what. 5) The end result is that the updated record is not inserted on the parent node, so the update is lost to the parent and the record will never be created on the parent. I attached a patch that appears to fix the issue for me, but I'm not sure if it breaks anything else. |
---|