Skip to content

Absolute db paths cause sqlite3.OperationalError #2

@jayvdb

Description

@jayvdb

from_uri removes any leading / in the path given, so /home/foo/blah.db becomes home/foo/blah.db which cant be opened because it is a relative path and the directories are missing.

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