Skip to content

Exception when opening sqlite DB with blobs #222

@ceesb

Description

@ceesb

I'm getting this exception when opening a database that contains a lot of binary blobs, and wasn't created with Julia's SQLite. Is there a way to open a DB without deserializing blobs to Julia types? I just want to access them as Vector{UInt8}.

throw(SerializeError("Error deserializing non-primitive value out of database; this is probably due to using SQLite.jl with a different Julia version than was used to originally serialize the database values. The same Julia version that was used to serialize should be used to extract the database values into a different format (csv file, feather file, etc.) and then loaded back into the sqlite database with the current Julia version."))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions