You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPDATE hzw SET NAME='111',AGE=56,VERSION=50 WHERE VERSION = 49 AND ID = 1
Implementing optimistic lock logic in BeforeUpdate, but the final generated update statement's primary key condition is at the end, which will affect the efficiency of the database execution plan.
The document you expected this should be explained
Perhaps we can adjust the logic of handling primary key conditions in callbacks.update.goConvertToAssignments