Skip to content

Add support for more easily inserting binary data #16

@dieggsy

Description

@dieggsy

Right now there's no easy way to insert something like an (array (unsigned-byte 8) (*)) as binary data, without manually constructing an insert query, which can be a bit clunky. It would be nice to support this.

I think this should be straightforward to implement. For example, database-output-sql on vector could be specialized per-database to output a binary literal (like 0xffff in ODBC)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions