SQLProvider

OnConflict Type

Union cases

Union case Description

DoNothing

Full Usage: DoNothing

If the primary key already exists, leaves the existing row unchanged. Currently supported only on PostgreSQL 9.5+

Throw

Full Usage: Throw

Throws an exception if the primary key already exists (default behaviour).

Update

Full Usage: Update

If the primary key already exists, updates the existing row's columns to match the new entity. Currently supported only on PostgreSQL 9.5+

Type something to start searching.