MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / _has_sequence

Method _has_sequence

test/sql/test_sequences.py:428–429  ·  view source on GitHub ↗
(self, connection, name)

Source from the content-addressed store, hash-verified

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

Calls 1

has_sequenceMethod · 0.45

Tested by

no test coverage detected