(self)
| 1538 | ) |
| 1539 | |
| 1540 | def test_six(self): |
| 1541 | self.assert_compile( |
| 1542 | or_(false(), true()), "1 = 1", dialect=self._dialect(False) |
| 1543 | ) |
| 1544 | |
| 1545 | def test_seven_a(self): |
| 1546 | t1 = table("t1", column("a")) |
nothing calls this directly
no test coverage detected