MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / stmt24

Method stmt24

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

Source from the content-addressed store, hash-verified

3491 return stmt.on_conflict_do_nothing(index_elements=["id", "bar"])
3492
3493 def stmt24():
3494 stmt = insert(table).values(
3495 {"id": 1, "bar": "ab", "baz": "xy"},
3496 )
3497 return stmt.on_conflict_do_nothing(index_elements=["id", "bar"])
3498
3499 def stmt3():
3500 stmt = stmt0()

Callers

nothing calls this directly

Calls 3

insertFunction · 0.90
valuesMethod · 0.45

Tested by

no test coverage detected