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

Route test_include

test/dialect/postgresql/test_compiler.py:None–None  ·  view source on GitHub ↗
testing.combinations(
        (
            lambda tbl: schema.AddConstraint(
                UniqueConstraint(tbl.c.id, postgresql_include=[tbl.c.value]),
            ),
            "ALTER TABLE foo 

Source from the content-addressed store, hash-verified

1import contextlib
2import random
3import re
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected