diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-01-15 10:49:36 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-01-15 10:49:36 -0500 |
| commit | 885f15a306efc4c907ca82fa13871992ee556466 (patch) | |
| tree | b0a483144c7bffd479691dfcb47a7f45a666a619 /lib/sqlalchemy/pool/impl.py | |
| parent | a7d6cb13ac96f2abc9366f5ed26fd91cd69ac7cd (diff) | |
| download | sqlalchemy-885f15a306efc4c907ca82fa13871992ee556466.tar.gz | |
Remove version directives for 0.6, 0.7, 0.8
- fix a few "seealso"s
- ComparableProprerty's "superseded in 0.7" becomes deprecated in 0.7
Backport to currently maintained doc versions 1.2, 1.1
Change-Id: Ib1fcb2df8673dbe5c4ffc47f3896a60d1dfcb4b2
Diffstat (limited to 'lib/sqlalchemy/pool/impl.py')
| -rw-r--r-- | lib/sqlalchemy/pool/impl.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/sqlalchemy/pool/impl.py b/lib/sqlalchemy/pool/impl.py index 05736b2c3..ebbbfdb3d 100644 --- a/lib/sqlalchemy/pool/impl.py +++ b/lib/sqlalchemy/pool/impl.py @@ -222,10 +222,6 @@ class NullPool(Pool): invalidation are not supported by this Pool implementation, since no connections are held persistently. - .. versionchanged:: 0.7 - :class:`.NullPool` is used by the SQlite dialect automatically - when a file-based database is used. See :ref:`sqlite_toplevel`. - """ def status(self): @@ -408,11 +404,6 @@ class AssertionPool(Pool): at a time. Useful for debugging code that is using more connections than desired. - .. versionchanged:: 0.7 - :class:`.AssertionPool` also logs a traceback of where - the original connection was checked out, and reports - this in the assertion error raised. - """ def __init__(self, *args, **kw): |
