Skip to content

Allow deletion with a set of composite keys #523

@TwelveNights

Description

@TwelveNights

I'm currently having an issue where I have something like:

typedef struct {
    std::string serial_number;
    std::string device_id;
} Device;

Would there be a way for me to create a query similar to
DELETE FROM devices WHERE (serial_number, device_id) IN (VALUES ('abc', '123'), ('def', '456'))?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions