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

Method stmt2

test/dialect/mysql/test_compiler.py:832–834  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

830 )
831
832 def stmt2():
833 stmt = stmt0()
834 return stmt.on_duplicate_key_update(bar=stmt.inserted.bar)
835
836 def stmt3():
837 stmt = stmt0()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected