]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
correct test criteria for mssql
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 27 Sep 2022 14:23:28 +0000 (10:23 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 27 Sep 2022 14:23:28 +0000 (10:23 -0400)
commiteddf474d528f55a2ed56e3dac1b0e5decd1e0952
treefee8b1eb5b2d3f12b6b549be0daddecaaa3d0c25
parent4df1f8393d4f44e74f82d35cf7237b28632a7745
correct test criteria for mssql

this test was failing on mssql b.c. mssql
reports false for supports_default_metavalue. however
insertmanyvalues is still used in this case, and the
assert SQL is against the default dialect in any case.

Change-Id: If8301bf4c1ed090dd1440328aba1644b597e58d8
test/orm/inheritance/test_basic.py