We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5406d commit d089320Copy full SHA for d089320
lib/ecto/adapters/sqlite3/connection.ex
@@ -334,7 +334,7 @@ defmodule Ecto.Adapters.SQLite3.Connection do
334
end
335
336
defp build_explain_query(query, :query_plan) do
337
- IO.iodata_to_binary(["EXPLAIN QUERY PLAN", query])
+ IO.iodata_to_binary(["EXPLAIN QUERY PLAN ", query])
338
339
340
defp build_explain_query(query, :instructions) do
0 commit comments