elixir-sqlite / ecto_sqlite3

An Ecto SQLite3 adapter.
https://hexdocs.pm/ecto_sqlite3
MIT License
300 stars 45 forks source link

[Question] upsert support #63

Closed sweco-semtne closed 2 years ago

sweco-semtne commented 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

warmwaffles commented 2 years ago

https://sqlite.org/lang_conflict.html instead of :nothing try :ignore

warmwaffles commented 2 years ago

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