Quick EOModel Column Locking ?

2016-03-19 Thread Jeff Schmitz
I’m starting to get some optimistic column locking failures during background db processing soI’m trying to grasp conditions under which I don’t need to lock a column (i.e. put the little lock symbol in EOModeler) If I have a column in a table that I know is not updated (i.e. changed) by any c

Re: Quick EOModel Column Locking ?

2016-03-19 Thread Chuck Hill
Hi Jeff, Yes, if a column is not marked as locking, then it won’t appear in the WHERE clause. The danger is that you might save changes that are inconsistent with what the database has stored in the columns that you are not locking on. As a contrived example, consider the update below changin

Re: Quick EOModel Column Locking ?

2016-03-19 Thread Philippe Rabier
Jeff, if you remove the lock, you have a risk to get a write-write conflict, aka a write replaced by another. It’s maybe not a big deal. I don’t know. Another solution, if you are sure your background db process is the only one to modify an attribute, is to use raw sql to update the column you w

Re: frameworksBaseURL borked after Wonder update

2016-03-19 Thread Hugi Thordarson
Hi Markus, my build files have a section that looks exactly like the one you posted, so that’s not a solution. Note: I’m not making URLs for WebServerResources, the Resources in question are from “Resources”. - hugi > On 16. mar. 2016, at 10:44, Dr. Markus Stoll, junidas GmbH > wrote: >