MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _has_sequence

Method _has_sequence

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

Source from the content-addressed store, hash-verified

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

Calls 1

has_sequenceMethod · 0.45

Tested by

no test coverage detected