]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fixes for m2momitjointest
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 Jun 2026 16:15:59 +0000 (12:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 27 Jun 2026 16:37:47 +0000 (12:37 -0400)
commitd22115918f8868f6d6d1fbf563784c75404546ca
tree0661507f2ac812211690b1d7ed96cac35d2e738d
parentc1c47ae0fa47ab605161382fe7555e5fe8598f64
fixes for m2momitjointest

in 808fd28297f36bf932443bae77ca5bb16bcbd4dd , the new test suite
created per-column `ForeignKey` constructs instead of composite
ForeignKeyConstraint objects, leading to failures on all backends
other than SQLite.  The test now runs with backend, and also does not
need AssertsCompiledSQL directives.

Change-Id: Ia52172e22a3f8c37e63f60ce0d2d6b4708a2459b
test/orm/test_selectin_relations.py