MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / reflect_check_constraints

Function reflect_check_constraints

test/perf/many_table_reflection.py:325–338  ·  view source on GitHub ↗
(
    engine, schema_name, table_names, timing, mode, ignore_diff
)

Source from the content-addressed store, hash-verified

323
324@define_test
325def reflect_check_constraints(
326 engine, schema_name, table_names, timing, mode, ignore_diff
327):
328 multi, single = _single_test(
329 "get_check_constraints",
330 "get_multi_check_constraints",
331 engine,
332 schema_name,
333 table_names,
334 timing,
335 mode,
336 )
337 if not ignore_diff:
338 verify_dict(multi, single)
339
340
341@define_test

Callers

nothing calls this directly

Calls 2

_single_testFunction · 0.85
verify_dictFunction · 0.85

Tested by

no test coverage detected