Skip to content

Add mix ecto.query task#733

Open
cdvx wants to merge 1 commit into
elixir-ecto:masterfrom
cdvx:add-mix-ecto-query-task
Open

Add mix ecto.query task#733
cdvx wants to merge 1 commit into
elixir-ecto:masterfrom
cdvx:add-mix-ecto-query-task

Conversation

@cdvx

@cdvx cdvx commented Jun 12, 2026

Copy link
Copy Markdown

Closes elixir-ecto/ecto#4719

Implements a read-only query Mix task run through the selected or default repo. Accepts --sql to render generated SQL and params for the passed query without running it, otherwise returns schema level output. Raises is adapter does not support read only transactions.

Closes elixir-ecto/ecto#4719

Implements a read-only query Mix task run through the selected or default
repo. Accepts --sql to render generated SQL and params for the passed query
without running it, otherwise returns schema level output.
Raises is adapter does not support read only transactions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add mix ecto.query

1 participant