[Modeling-users] ECs synchronization and optimistic locking [was: Re: Another question about session
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2004-03-07 20:58:41
|
Hi all, I've just uploaded a patch (#911567) for ECs synchronization upon saveChanges(), and for optimistic locking. https://sf.net/tracker/index.php?func=3Ddetail&aid=3D911567&group_id=3D5893= 5&atid=3D489337 This is alpha software: * For now, ECs synchronization works for updated objects, not deleted ones, and it does not work for nested ECs. * Optimistic locking is implemented and works well, but it's not been heavily tested. The patch is shipped with a new test, test_EC_optimistic_locking.py, which hopefully demonstrates what can be expected from these new features. Bug/error reports will be preferably directed to the corresponding sf's ticket #911567, and discussions, questions, etc. about the new feature can take place here on the mailing-list. Thanks in advance to those who will have some time to test the patch! -- S=E9bastien. |