elixir-sqlite / sqlite_ecto2

Sqlite3 adapter for Ecto 2.2.x
https://hex.pm/packages/sqlite_ecto2
MIT License
120 stars 33 forks source link

Closes #202 - Basic support for UNIQUE constraint changeset errors. #230

Closed paranojik closed 3 years ago

paranojik commented 5 years ago

This is a simple change that would only take care of the UNIQUE constraint in the default case (when the table index name was not overridden). Not sure about other cases as I haven't yet encountered them.

jalcine commented 5 years ago

Nice work @paranojik!

jalcine commented 5 years ago

Hey @paranojik; do you have time to check out those pending changes? If not, I can take a whack at it.

ConnorRigby commented 3 years ago

Closing due to inactivity.

This library is sparsely maintined. If you are starting a new project, you will probably want to look into using exqlite or it's matching Ecto Adatper ecto_sqlite3