We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3489b commit 5f5cd89Copy full SHA for 5f5cd89
lib/ecto/adapters/sqlite3.ex
@@ -137,7 +137,7 @@ defmodule Ecto.Adapters.SQLite3 do
137
Since we cannot get the name of the violated constraint back from SQLite3 at `INSERT` or `UPDATE` time,
138
there is no way to effectively use these changeset functions. This is a SQLite3 limitation.
139
140
- See or [this GitHub issue](https://github.com/elixir-sqlite/ecto_sqlite3/issues/42) for more details.
+ See [this GitHub issue](https://github.com/elixir-sqlite/ecto_sqlite3/issues/42) for more details.
141
142
### Schemaless queries
143
0 commit comments