]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Rewrite pool reset_on_return parsing using a util function
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 11 Aug 2019 19:24:13 +0000 (15:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 12 Aug 2019 02:33:54 +0000 (22:33 -0400)
commit2a079cdc76b3a0f5b4f37299d280d328586e2f7e
treed7769b2c30ec0fdbdced9514bfbd7936fd9e489e
parentf5e57f7c311288d892894edcc44d901b5bfbb3d1
Rewrite pool reset_on_return parsing using a util function

Choosing a util.symbol() based on a user parameter is about to have
another use case added as part of #4623, so add a generalized solution
ahead of it.

Change-Id: I420631f81af2ffc655995b9cce9ff2ac618c16d7
lib/sqlalchemy/pool/base.py
lib/sqlalchemy/util/langhelpers.py
test/base/test_utils.py