Re: Help with updateValuesInRowDescribedByQualifier
Re: Help with updateValuesInRowDescribedByQualifier
- Subject: Re: Help with updateValuesInRowDescribedByQualifier
- From: John Huss <email@hidden>
- Date: Wed, 09 Oct 2013 11:30:32 -0500
This is an optimistic locking error - the record was changed by another user concurrently or you have precision differences (like in NSTimestamps) that are causing the DB and memory to not match.