(self)
| 303 | is_true(expect(roles.StatementRole, select(t)).compare(select(t))) |
| 304 | |
| 305 | def test_statement_coercion_ddl(self): |
| 306 | d1 = DDL("hi") |
| 307 | is_(expect(roles.StatementRole, d1), d1) |
| 308 | |
| 309 | def test_from_clause_role(self): |
| 310 | stmt = select(t).subquery() |