elixir-sqlite/ecto_sqlite3

[Question] upsert support

sweco-semtne opened this issue · 2 comments

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

@sweco-semtne I'm going to close this since it has not had any movement.