]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix databases -> dialects
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Apr 2020 17:51:35 +0000 (13:51 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 1 Apr 2020 17:51:35 +0000 (13:51 -0400)
commite6250123a30e457068878394e49b7ca07ca4d3b0
tree0ffcb9aa5bfa51050c0ed404222ffda40568ab41
parent14137fece3480c148441285cd71c340403401bca
Fix databases -> dialects

The change in I5343a2d270ed5a8c654b9fe13dff40cdf54649ed
left the name "databases" present in one spot, which is usually
not reached unless tests are being run on only partial files
where not every dialect has been imported.

Change-Id: I5a8776b412eaf2476f8a93eebc31448b6f9218ee
lib/sqlalchemy/testing/engines.py