Skip to content

Rename current #upsert(!) methods #790

@grepsedawk

Description

@grepsedawk

As presented in #789 , the upserts in current avram are more of "find_or_create", instead of utilizing upsert from postgres: https://www.postgresql.org/docs/9.5/sql-insert.html (INSERT INTO ... ON CONFLICT UPDATE)

This can be confusing to newcomers expecting upsert to be a single UPSERT query.

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