Just be sure to consider custom SQL for loading and updates as it will
affect many of the things discussed here.
On Wed, Nov 2, 2016 at 8:49 AM Steve Ebersole wrote:
> It looks like I only adjusted the reading of values (SELECT) for
> fetch-groups.
>
> Updates should only consider initialized a
It looks like I only adjusted the reading of values (SELECT) for
fetch-groups.
Updates should only consider initialized attributes. I had assumed that
was already the case.
The same is probably true for property-based optimistic locking as well.
We should verify that feature as well
On Wed, Oc
Static update strings appear to cover only the following situations:
1) there are no uninitialized properties (so all updateable attributes
should be updated);
2) all lazy properties are uninitialized (so only
non-lazy, updateable attributes should be updated).
As of 5.1, we have "lazy groups". It