Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/ecto/repo.ex
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,8 @@ defmodule Ecto.Repo do
to the same schema. Ordering is guaranteed to be kept. Results not found in
the database will be returned as `nil`.

Preloaded association will be discarded and need to be preloaded again.

## Example

MyRepo.reload(post)
Expand Down
Loading