Skip to content

Commit

Permalink
docs: Fix documentation linking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Sep 5, 2024
1 parent 3db4da0 commit 3cbc1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ecto/adapters/sqlite3.ex
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ defmodule Ecto.Adapters.SQLite3 do
This is because the above functions depend on the Ecto Adapter returning the name of the violated constraint,
which you annotate in your changeset so that Ecto can convert the constraint violation into the correct
updated changeset when the constraint is hit during a `Ecto.Repo.update/2` or `Ecto.Repo.insert/2` operation.
updated changeset when the constraint is hit during a `m:Ecto.Repo.update/2` or `m:Ecto.Repo.insert/2` operation.
Since we cannot get the name of the violated constraint back from SQLite3 at `INSERT` or `UPDATE` time,
there is no way to effectively use these changeset functions. This is a SQLite3 limitation.
Expand Down

0 comments on commit 3cbc1cc

Please sign in to comment.