Skip to content

Support rusqlite array #1041

@LHolten

Description

@LHolten

Motivation

I want to be able to use sea-query to build SQL statements that use array parameters using the rusqlite array feature. https://docs.rs/rusqlite/latest/rusqlite/vtab/array/index.html.
Instead of having an SQL statement that is different for every number of values in a list it should pass the whole list as a single parameter.

Proposed Solutions

Similar to the postgres array support.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions