Skip to content

plugin support Blob Objects #9

@crossdsection

Description

@crossdsection

I created a table using following query -
CREATE TABLE blobs (id INTEGER PRIMARY KEY AUTOINCREMENT, blobKey TEXT, image BLOB, fileName TEXT );

Gets following error while inserting a Blob Object -
Error processing SQL: a statement error callback did not return false: Unsupported argument type: blob

in SQLite3.js, the bind function had only three cases - number, string and null.

Is there any solution for saving blob objects?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions