(self, connection, name)
| 426 | seq.drop(testing.db) |
| 427 | |
| 428 | def _has_sequence(self, connection, name): |
| 429 | return testing.db.dialect.has_sequence(connection, name) |
| 430 | |
| 431 | def test_nextval_unsupported(self): |
| 432 | """test next_value() used on non-sequence platform |
no test coverage detected