MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / stmt23

Method stmt23

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

Source from the content-addressed store, hash-verified

3487 )
3488
3489 def stmt23():
3490 stmt = stmt0()
3491 return stmt.on_conflict_do_nothing(index_elements=["id", "bar"])
3492
3493 def stmt24():
3494 stmt = insert(table).values(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected