MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / stmt15

Method stmt15

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

Source from the content-addressed store, hash-verified

822 )
823
824 def stmt15():
825 stmt = insert(table).values(
826 {"id": 1},
827 )
828 return stmt.on_duplicate_key_update(
829 bar=stmt.inserted.bar, baz=stmt.inserted.baz
830 )
831
832 def stmt2():
833 stmt = stmt0()

Callers

nothing calls this directly

Calls 3

insertFunction · 0.90
valuesMethod · 0.45

Tested by

no test coverage detected