|
Thanks
Thomas this works great!
namely:
if ( !db.isPersistence(
objectTobeUpdate ) {
db.update( objectToBeUpdate ); } does the job.
Now my question becomes:
Why isn't this done automatically? i.e. why isn't this check done in DatabaseImpl.update()?
|
Title: Issue with 2 updates on a record in the same transaction...
- [castor-dev] Issue with 2 updates on a record in the same tr... May, Darrell
- Re: [castor-dev] Issue with 2 updates on a record in th... Thomas Yip
- Re: [castor-dev] Issue with 2 updates on a record in th... May, Darrell
- May, Darrell
