]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
further simplify pool-sharing doc
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Mar 2022 21:01:09 +0000 (16:01 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Mar 2022 21:03:58 +0000 (16:03 -0500)
commitb098d2a8b9c8a6fd1ddc5dce1eca7e70ace3f545
treee75879e7dc33f19f7fde8f0c50f070fe62bcc5df
parent936f0b2fc226171a81df3ca66c269750e7e52436
further simplify pool-sharing doc

1. the event based approach doesn't require dispose() to be
   called at all, and the note that the "pool will hang" makes
   no sense.   I have no idea what that refers towards
2. the subsequent paragraph about connections and sessions
   is unintelligible.  old paragraphs like these are likely
   why people complain about the docs so much.  try to just
   say "don't do this", as that is easier than trying to
   explain to use connection.invalidate() etc.

Change-Id: Id840c65a2f71583ced4dc82fd8690e7da4c4b10e
doc/build/core/pooling.rst