Skip to content

is it possible to substitute an array into an IN (?) #91

Description

@BrianHicks

I have a query that looks like:

SELECT column FROM table WHERE other_column IN (?)

I'm trying to port this code to sqlite-simple, but I can't find a way to provide an array to be substituted into the (?) above—I've tried providing it directly, but I don't see any typeclass instances for arrays. Is there something simple I'm just missing here?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions