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

Route test_fk_parsing

test/dialect/postgresql/test_reflection.py:None–None  ·  view source on GitHub ↗
testing.combinations(
        (
            "FOREIGN KEY (tid) REFERENCES some_table(id)",
            _fk_match("tid", "some_table", "id"),
        ),
        (
            'FOREIGN KEY (tid) REFEREN

Source from the content-addressed store, hash-verified

1import itertools
2from operator import itemgetter
3import re
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected