I've got an empty table data (columns uid and title) with no records in it and mount the database.
Then I list the files of mountpoint/data and get an error on the shell:
$ cd mountpoint/data
$ ls
ls: cannot access uid: No such file or directory
uid
I don't think the error/warning should happen. The uid directory should exist and simply be empty.
I've got an empty table
data
(columnsuid
andtitle
) with no records in it and mount the database. Then I list the files ofmountpoint/data
and get an error on the shell:I don't think the error/warning should happen. The
uid
directory should exist and simply be empty.