Closed sweco-semtne closed 2 years ago
Hi! Thank you for an excellent library. I'm curios if upsert is supported and specifically if the Repo.insert!(changeset, on_conflict: :nothing) should be working?
Br Mats
https://sqlite.org/lang_conflict.html instead of :nothing try :ignore
:nothing
:ignore
@sweco-semtne I'm going to close this since it has not had any movement.
Hi! Thank you for an excellent library. I'm curios if upsert is supported and specifically if the Repo.insert!(changeset, on_conflict: :nothing) should be working?
Br Mats