Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.0.M2
-
None
Description
If you have optimistic locking turned on for columns that are configured to be encrypted (named CRYPTO_*) then updates to those rows will always fail because it uses the unencrypted value to check the optimistic locking, ie. WHERE encryptedColumn = <unencryptedValue>