Re: Cycles found on save in 4.2.1

2024-08-14 Thread Hugi Thordarson
Hi again Nikita! saw the fix you made yesterday and it works great for the test I created, so thanks for that! However, turns out that for the more complex case in our actual project, the operation still fails. I've added a new example to the test project that models that case a little more cl

Re: Cycles found on save in 4.2.1

2024-08-14 Thread Nikita Timofeev
In this case it seems like a true cycle, the Person entity has two relationships to self. And that particular case Cayenne didn't handle well historically. But looking at it, I want to try and tweak the new Graph-based sorter, because two updates generated shouldn't depend on each other. So maybe i