Skip to content

sqlInterpolate not working with IN #259

@renkun-ken

Description

@renkun-ken

The following interpolation does not seem to be supported currently:

sqlInterpolate(con, "select * from table where name in ?names", names = c("name1", "name2"))

which is supposed to be translated into

select * from table where name in ('name1','name2')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions