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

Route test_write_cascades

test/orm/test_cascade.py:None–None  ·  view source on GitHub ↗
testing.combinations(
        ({"delete"}, {"none"}),
        (
            {"all, delete-orphan"},
            {"refresh-expire", "expunge", "merge"},
        ),
        ({"save-update, expunge"}, {"

Source from the content-addressed store, hash-verified

1import copy
2
3from sqlalchemy import exc as sa_exc
4from sqlalchemy import ForeignKey

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected