diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-11-03 14:45:18 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-11-03 14:45:18 -0400 |
| commit | 75bdcd096f12012bf45cffebd597c33b501c2ef2 (patch) | |
| tree | 6c7f021f96a31de1271040045929ab72f18f9f2d /lib/sqlalchemy/pool.py | |
| parent | 152522b3f28de290d9ea2903fa2c414b8579515a (diff) | |
| download | sqlalchemy-75bdcd096f12012bf45cffebd597c33b501c2ef2.tar.gz | |
Fix as many RST parse warnings as possible.
Still a few I can't get. Also 0.9 is EOL so hide the
unreleased notes.
Change-Id: If0e44d4a0b3e78e211f32d5c33b51b1a007c9c69
Diffstat (limited to 'lib/sqlalchemy/pool.py')
| -rw-r--r-- | lib/sqlalchemy/pool.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sqlalchemy/pool.py b/lib/sqlalchemy/pool.py index 13e418390..ef49ffd60 100644 --- a/lib/sqlalchemy/pool.py +++ b/lib/sqlalchemy/pool.py @@ -226,7 +226,7 @@ class Pool(log.Identified): to the :class:`.Pool`. :param pre_ping: if True, the pool will emit a "ping" (typically - "SELECT 1", but is dialect-specific) on the connection + "SELECT 1", but is dialect-specific) on the connection upon checkout, to test if the connection is alive or not. If not, the connection is transparently re-connected and upon success, all other pooled connections established prior to that timestamp are @@ -234,6 +234,7 @@ class Pool(log.Identified): interpret the disconnection error. .. versionadded:: 1.2 + """ if logging_name: self.logging_name = self._orig_logging_name = logging_name |
