-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
It's not immediately clear what the multi
passed to the projection function actually does:
project (%MyEvent{}, _, fn multi -> ... end)
How does using this multi differ from returning a new Ecto.Multi
?
project (%MyEvent{}, _, fn -> Ecto.Multi.new() ... end)
Does the multi
passed to the projection function already contain some other operations? Does it group some other operations together with the projection?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels