Skip to content

Version 2026.07.31

Latest

Choose a tag to compare

@textbrowser textbrowser released this 01 Aug 01:12
· 38 commits to master since this release
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.