Skip to content

Commit 29c5804

Browse files
committed
Make Repo.all_by/3 callback optional
1 parent 6c612ca commit 29c5804

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ecto/repo.ex

+1
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,7 @@ defmodule Ecto.Repo do
824824
one!: 2,
825825
preload: 3,
826826
all: 2,
827+
all_by: 3,
827828
stream: 2,
828829
update_all: 3,
829830
delete_all: 2

0 commit comments

Comments
 (0)