()
| 816 | ) |
| 817 | |
| 818 | def stmt1(): |
| 819 | stmt = stmt0() |
| 820 | return stmt.on_duplicate_key_update( |
| 821 | bar=stmt.inserted.bar, baz=stmt.inserted.baz |
| 822 | ) |
| 823 | |
| 824 | def stmt15(): |
| 825 | stmt = insert(table).values( |
nothing calls this directly
no test coverage detected