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
testing.db,
sess.flush,
Conditional(
- testing.db.dialect.insert_executemany_returning
- and testing.db.dialect.supports_default_metavalue,
+ testing.db.dialect.insert_executemany_returning,
[
CompiledSQL(
"INSERT INTO a (id) VALUES (DEFAULT) RETURNING a.id",