Skip to content

Use UPSERT from sqlite in result backend #3

@winwinashwin

Description

@winwinashwin

Currently we only use native UPSERT support from postgres in the result backend. Sqlite also supports UPSERT. Quoting the docs

UPSERT in SQLite follows the syntax established by PostgreSQL, with generalizations.

We should see if we can use native UPSERT from sqlite rather than the DELETE + INSERT fallback logic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions