testing.variation("stmt_type", ["update", "delete"])
| 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