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
Ecto uses prepared statements to execute queries. With this plugin, EXPLAINs are not executed with a prepared statement. The execution plan can then be different if the query is executed by the standard Ecto API or this plugin.
Ecto uses prepared statements to execute queries. With this plugin, EXPLAINs are not executed with a prepared statement. The execution plan can then be different if the query is executed by the standard Ecto API or this plugin.
See: https://www.postgresql.org/docs/11/sql-prepare.html
The text was updated successfully, but these errors were encountered: