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 02f22e9 commit 7b008daCopy full SHA for 7b008da
lib/db_connection/ownership/manager.ex
@@ -397,7 +397,9 @@ defmodule DBConnection.Ownership.Manager do
397
defp not_found({pid, _} = from, mode, repo) do
398
msg = """
399
cannot find ownership process for #{Util.inspect_pid(pid)}
400
- using mode #{inspect(mode)} on repo #{inspect(repo)}
+ using mode #{inspect(mode)} on repo #{inspect(repo)}.
401
+ (Note that a connection's mode reverts to :manual if its owner
402
+ terminates.)
403
404
When using ownership, you must manage connections in one
405
of the four ways:
0 commit comments