testing.combinations(
("update", "select", testing.requires.ctes_on_dml),
("delete", "select", testing.requires.ctes_on_dml),
("insert", "select", testing.requires.ctes_on_dml)
| 1 | import datetime |
| 2 | import itertools |
| 3 | |
| 4 | import sqlalchemy as sa |
nothing calls this directly
no outgoing calls
no test coverage detected