]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
use the default driver for sparse backend
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 1 Nov 2025 13:56:18 +0000 (09:56 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 1 Nov 2025 14:04:13 +0000 (10:04 -0400)
commit4d4df081fbb988635ebf60659ba3f3a6f34f6840
tree5d9f11898f55c8ebac312e4b83610bce09b19784
parent9a91f0b3a1c6ef2b11160549d53e0820f7e9e6b3
use the default driver for sparse backend

the memusage tests use sparse_backend but should use the
main driver in a set; they were using the pysqlite_numeric
dialect which is not a real dialect and apparently runs
dramatically slower for the memusage tests since it generates
more memory artifacts.

Change-Id: Icf19ac1a3cae862a48ddcec565079c960b8ac2b7
(cherry picked from commit 725d1a19b4e638c4a5ef40534397423c6c016614)
lib/sqlalchemy/testing/config.py
lib/sqlalchemy/testing/plugin/plugin_base.py