]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Provide public accessor for Pool.timeout().
authorIrina Delamare <irina.delamare@gmail.com>
Thu, 24 Jan 2019 00:23:59 +0000 (19:23 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 24 Jan 2019 17:45:06 +0000 (12:45 -0500)
commitf9c9f6453a7ed4b9ad01f6d4d808f5cd273f8290
treee003c05a28b8f1f109f676fb0f528aae591e99c0
parentbd735eba637cbf2c157046f72dc795a8b2b803e7
Provide public accessor for Pool.timeout().

Added public accessor :meth:`.Pool.timeout` that returns the configured
timeout for a :class:`.Pool` object.  Pull request courtesy Irina Delamare.

Fixes: #3689
Closes: #4447
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/4447
Pull-request-sha: 0179b0a829e9609429dc698992670d2e6749c10c

Change-Id: I402b065cf9183160f71d9de73e308268356b7deb
doc/build/changelog/unreleased_13/3689.rst [new file with mode: 0644]
lib/sqlalchemy/pool/impl.py
test/engine/test_pool.py