MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / stmt22

Method stmt22

test/dialect/postgresql/test_compiler.py:3483–3487  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3481 return stmt.on_conflict_do_nothing(index_elements=[table.c.id])
3482
3483 def stmt22():
3484 stmt = stmt0()
3485 return stmt.on_conflict_do_nothing(
3486 index_elements=["id", table.c.bar]
3487 )
3488
3489 def stmt23():
3490 stmt = stmt0()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected