MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / stmt4

Method stmt4

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

Source from the content-addressed store, hash-verified

3516 )
3517
3518 def stmt4():
3519 stmt = stmt0()
3520
3521 return stmt.on_conflict_do_update(
3522 constraint=table.primary_key, set_=stmt.excluded
3523 )
3524
3525 def stmt41():
3526 stmt = stmt0()

Callers

nothing calls this directly

Calls 1

on_conflict_do_updateMethod · 0.45

Tested by

no test coverage detected