testing.combinations(insert, update, delete, argnames="dml_construct")
| 1 | from sqlalchemy import bindparam |
| 2 | from sqlalchemy import Column |
| 3 | from sqlalchemy import delete |
| 4 | from sqlalchemy import exc |
nothing calls this directly
no outgoing calls
no test coverage detected