Skip to content

temporary files cannot diverted #15

Description

@jtarchie

I have the following issue with zstd VFS. I cannot support temporary files as it is read-only.

The workaround is to set PRAGMA temp_store = memory;;

In the following appendvfs implementation, it diverts temporary files to the base file system operations. I cannot implement this with interface for VFS at the moment. It does not provide access to the base VFS.

I don't know what to do, but I want to keep track if anyone experiences this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions