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

Route test_select_from_delete_cte

test/sql/test_cte.py:None–None  ·  view source on GitHub ↗
testing.combinations(
        ("default_enhanced",),
        ("postgresql",),
    )

Source from the content-addressed store, hash-verified

1from sqlalchemy import Column
2from sqlalchemy import delete
3from sqlalchemy import exc
4from sqlalchemy import Integer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected