2019
Write concurrency-safe database triggers to validate inter-record constraints
TL;DR
Database triggers usually are not concurrency-safe. The programmers should be aware of this, and be responsible to apply necessary locks to make it safe.
Software Engineer, language VMs & web dev, PhD
TL;DR
Database triggers usually are not concurrency-safe. The programmers should be aware of this, and be responsible to apply necessary locks to make it safe.