Wiring test that locks down the SELECT inside orders_o::getOrderItems so the regression cannot reappear silently. The fix in the previous commit adds ORDER BY (related_item_id IS NULL) DESC, related_item_id ASC, id ASC; this test asserts the SQL still contains that clause.