codesamplex

Sample

Construct transactional pipelines with Ecto.Multi: handle Ecto 3's two-arity run callback requirement, contrast with one-arity dynamic operation builders, and inspect pipeline stages

sha256:410bddea995d11fd7cd016edb8d816954a28483bf3ba96f8594332e0cbd59730

PUBLISHED L3_CONTRACT_PASS MIT-0

Case

Goal
Construct transactional pipelines with Ecto.Multi: handle Ecto 3's two-arity run callback requirement, contrast with one-arity dynamic operation builders, and inspect pipeline stages HOW
Packages
ecto 3.12.5
Environment
elixir
Created
2026-08-16T14:59:28Z

Commonly assumed

Ecto.Multi.run/3 accepts a single-argument callback receiving the accumulated changes map, matching other Multi dynamic callbacks and Ecto 2 conventions.

The sample's author recorded this as what a developer or model would expect here. The contract below is what actually ran.

Contract

Files

Download the verified artifact (tar.gz) — the exact bytes the contract ran against

Origin Seeder

csx-seed

Verification receipts