Hi,
By default our optimistic transactions don't have writeSkewCheck enabled so their behaviour is counterintuitive for the user. That's because they don't fault the commit in the case of a concurrent change.
Anyone can remember why these defaults are being used?
I'd rather have optimistic transactions with WSK enabled by default so that we won't confuse users.