Function diesel::pg::upsert::do_nothing
[−]
[src]
pub fn do_nothing() -> DoNothing
Used in conjunction with
on_conflict
to write
a query in the form ON CONFLICT (name) DO NOTHING
. If you want to do
nothing when any constraint conflicts, use
on_conflict_do_nothing()
instead.