fix: Enable computation of last known record and block based on lastknownrecord and lastknownblock even if last changes are updates

This commit is contained in:
Felicitas Pojtinger
2021-12-06 23:55:31 +01:00
parent ee5d3c72d9
commit 943d92d052
17 changed files with 203 additions and 175 deletions

View File

@@ -2,8 +2,12 @@
create table headers (
-- Record of this header on the tape
record integer not null,
-- Record of the last update header of this header on the tape
lastknownrecord integer not null,
-- Block of this header in the record
block integer not null,
-- Block of the last update header of this header in the record
lastknownblock integer not null,
-- Typeflag is the type of header entry.
-- The zero value is automatically promoted to either TypeReg or TypeDir
-- depending on the presence of a trailing slash in Name.