Open esseks opened 11 years ago
Currently, we perform a soft check to make sure that no two equal (close/close, open/open...) events are logged sequentially.
This should be moved to the DBMS layer using a proper CHECK constraint.
DB integrity checks via triggers are DBMS-dependent. I am still trying to find a proper way to do this.
Currently, we perform a soft check to make sure that no two equal (close/close, open/open...) events are logged sequentially.
This should be moved to the DBMS layer using a proper CHECK constraint.