MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / stmt2

Method stmt2

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

Source from the content-addressed store, hash-verified

3473 return stmt.on_conflict_do_nothing()
3474
3475 def stmt2():
3476 stmt = stmt0()
3477 return stmt.on_conflict_do_nothing(index_elements=["id"])
3478
3479 def stmt21():
3480 stmt = stmt0()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected