From: Seth Date: Wed, 3 May 2023 00:14:42 +0000 (-0400) Subject: comment fix: QueuePool is now default for SQLite X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f956a5ee0451f8580dbe4e9b28985e7456c6c8a1;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git comment fix: QueuePool is now default for SQLite --- diff --git a/lib/sqlalchemy/pool/impl.py b/lib/sqlalchemy/pool/impl.py index 99779d54fd..069a21bb2b 100644 --- a/lib/sqlalchemy/pool/impl.py +++ b/lib/sqlalchemy/pool/impl.py @@ -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. """