MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / stmt1

Method stmt1

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

Source from the content-addressed store, hash-verified

816 )
817
818 def stmt1():
819 stmt = stmt0()
820 return stmt.on_duplicate_key_update(
821 bar=stmt.inserted.bar, baz=stmt.inserted.baz
822 )
823
824 def stmt15():
825 stmt = insert(table).values(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected