MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / stmt21

Method stmt21

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

Source from the content-addressed store, hash-verified

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()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected