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
We allow entity-level locking, so locking should be registered on entity master server (according to the routing, server Id will be extracted from entity Id by server suffix mask)
Now field lock is a timestamp (nullable), if it is not null we have a lock.
User account which started lock will be specified in memory lock table in that certain server where locked record is suitable by Id suffix (record master server).
TableIdentifier
have a fieldLock
of enumerated typeEnum('Free', 'Locked')
See: System table: Identifier #151The text was updated successfully, but these errors were encountered: