You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
In sqlite
EXPLAIN QUERY PLAN …
andEXPLAIN …
return different values. Currently only the latter is supported withRepo.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 theopts
), but I thinkEXPLAIN QUERY PLAN
should be the default, rather than justEXPLAIN
.The text was updated successfully, but these errors were encountered: