()
| 3477 | return stmt.on_conflict_do_nothing(index_elements=["id"]) |
| 3478 | |
| 3479 | def stmt21(): |
| 3480 | stmt = stmt0() |
| 3481 | return stmt.on_conflict_do_nothing(index_elements=[table.c.id]) |
| 3482 | |
| 3483 | def stmt22(): |
| 3484 | stmt = stmt0() |
nothing calls this directly
no test coverage detected