Always opt-in to subqueries and join types for assertQueries().

Review Request #13434 — Created Nov. 26, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-5.0.x

Reviewers

Review Board's TestCase class now wraps assertQueries() and turns on
join type and subquery checks in order to ensure that we always test
with these features in all cases.

All affected equeries have been updated to include join_types
information. This includes the equery-building utility functions.

All assertQueries() calls that explicitly opted into these flags have
been converted to bare assertQueries() calls.

All unit tests pass.

Commits

Files

    Loading...