MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / stmt24

Method stmt24

test/dialect/sqlite/test_compiler.py:696–700  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

694 return stmt.on_conflict_do_nothing(index_elements=["id", "bar"])
695
696 def stmt24():
697 stmt = insert(table).values(
698 {"id": 1, "bar": "ab", "baz": "xy"},
699 )
700 return stmt.on_conflict_do_nothing(index_elements=["id", "bar"])
701
702 def stmt3():
703 stmt = stmt0()

Callers

nothing calls this directly

Calls 3

insertFunction · 0.90
valuesMethod · 0.45

Tested by

no test coverage detected