]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
comment fix: QueuePool is now default for SQLite 9734/head
authorSeth <seth@shrichards.com>
Wed, 3 May 2023 00:14:42 +0000 (20:14 -0400)
committerGitHub <noreply@github.com>
Wed, 3 May 2023 00:14:42 +0000 (20:14 -0400)
lib/sqlalchemy/pool/impl.py

index 99779d54fdc9efe0a5430d277b28738ed90a1da4..069a21bb2b104d2d43497935d8aa41e12d2f86d3 100644 (file)
@@ -48,7 +48,7 @@ class QueuePool(Pool):
     that imposes a limit on the number of open connections.
 
     :class:`.QueuePool` is the default pooling implementation used for
-    all :class:`_engine.Engine` objects, unless the SQLite dialect is in use.
+    all :class:`_engine.Engine` objects.
 
     """