-
Notifications
You must be signed in to change notification settings - Fork 81
Closed
Description
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}.
Line 247 in a826caa
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
Labels
No labels