MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _sqlite_tuple_in

Method _sqlite_tuple_in

test/requirements.py:365–368  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

363 @property
364 def tuple_in(self):
365 def _sqlite_tuple_in(config):
366 return against(
367 config, "sqlite"
368 ) and config.db.dialect.dbapi.sqlite_version_info >= (3, 15, 0)
369
370 return only_on(
371 ["mysql", "mariadb", "postgresql", _sqlite_tuple_in, "oracle"]

Callers

nothing calls this directly

Calls 1

againstFunction · 0.90

Tested by

no test coverage detected