(self, connection, name)
| 420 | seq.drop(testing.db) |
| 421 | |
| 422 | def _has_sequence(self, connection, name): |
| 423 | return testing.db.dialect.has_sequence(connection, name) |
| 424 | |
| 425 | def test_nextval_unsupported(self): |
| 426 | """test next_value() used on non-sequence platform |
no test coverage detected