Expand description
SQL row-lock restrictions, propagation, and mutation lock strength.
Modules§
- null_
rejection - Determine nullable join sides from SQL predicates and strict function metadata.
Functions§
- apply_
propagated_ view_ lock - Apply a row mark selected for a stored view to the view plan before execution. Stored view plans are not present when the SQL compiler pushes row marks into derived tables, so runtime expansion must perform the same propagation to ensure an outer
NOWAITorSKIP LOCKEDpolicy is merged before an inner row mark can block. - query_
plan_ has_ row_ locks - update_
lock_ strength - validate_
locking_ block_ shape