Closed
Description
In sqlite EXPLAIN QUERY PLAN …
and EXPLAIN …
return different values. Currently only the latter is supported with Repo.explain(:all, query)
, but I'd expect that the first one is actually the more common need, why people reach for explain. I think both options should be available (as enabled via the opts
), but I think EXPLAIN QUERY PLAN
should be the default, rather than just EXPLAIN
.
Metadata
Metadata
Assignees
Labels
No labels