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

Route test_insert_w_cte_in_scalar_subquery

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

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