]> 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 13:56:18 +0000 (09:56 -0400)
commit725d1a19b4e638c4a5ef40534397423c6c016614
treecf6ca708fe4c0fa21826516ece1f5cd10f9b6704
parent2bd8e962c7b8e0abf7396ac3a8ad82a9334a62e1
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
lib/sqlalchemy/testing/config.py
lib/sqlalchemy/testing/plugin/plugin_base.py