()
| 3516 | ) |
| 3517 | |
| 3518 | def stmt4(): |
| 3519 | stmt = stmt0() |
| 3520 | |
| 3521 | return stmt.on_conflict_do_update( |
| 3522 | constraint=table.primary_key, set_=stmt.excluded |
| 3523 | ) |
| 3524 | |
| 3525 | def stmt41(): |
| 3526 | stmt = stmt0() |
nothing calls this directly
no test coverage detected