Release Notes
- Modified biblioteq_misc_functions::bookAccessionNumber() such that it returns 1 + MAX(value) if an insert into book_sequence fails. SQLite only.
- New sequence_trigger database trigger for SQLite. The purpose of the trigger is to remove all content of the sequence table before an entry is inserted. The trigger replaces an SQL query and is automatically created if it does not already exist.