MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / stmt31

Method stmt31

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

Source from the content-addressed store, hash-verified

3507 )
3508
3509 def stmt31():
3510 stmt = stmt0()
3511 return stmt.on_conflict_do_update(
3512 index_elements=["id"],
3513 set_={
3514 "baz": random.choice(["d", "e", "f"]),
3515 },
3516 )
3517
3518 def stmt4():
3519 stmt = stmt0()

Callers

nothing calls this directly

Calls 1

on_conflict_do_updateMethod · 0.45

Tested by

no test coverage detected