]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add changelog file 12291/head
authorChristophe Bornet <cbornet@hotmail.com>
Fri, 31 Jan 2025 11:24:34 +0000 (12:24 +0100)
committerChristophe Bornet <cbornet@hotmail.com>
Fri, 31 Jan 2025 11:24:34 +0000 (12:24 +0100)
doc/build/changelog/unreleased_20/12285.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/sqlite/aiosqlite.py

diff --git a/doc/build/changelog/unreleased_20/12285.rst b/doc/build/changelog/unreleased_20/12285.rst
new file mode 100644 (file)
index 0000000..2c1451b
--- /dev/null
@@ -0,0 +1,6 @@
+.. change::
+    :tags: change, sqlite, aiosqlite, asyncio, pool
+    :tickets: 12285
+
+    Changed default connection pool of aiosqlite from NullPool to AsyncAdaptedQueuePool for consistency with pysqlite.
+
index 37f44bf121893d6e4190ee31e894de05fadb6db6..ab27e834620edcacb9961537bc023aa1a02cb3bf 100644 (file)
@@ -93,7 +93,7 @@ based on the kind of SQLite database that's requested:
 * When a file-based database is specified, the dialect will use
   :class:`.AsyncAdaptedQueuePool` as the source of connections.
 
-  .. versionchanged:: 2.0.37
+  .. versionchanged:: 2.0.38
 
     SQLite file database engines now use :class:`.AsyncAdaptedQueuePool` by default.
     Previously, :class:`.NullPool` were used.  The :class:`.NullPool` class