MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / stmt0

Method stmt0

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

Source from the content-addressed store, hash-verified

809 )
810
811 def stmt0():
812 # note a multivalues INSERT is not cacheable; use just one
813 # set of values
814 return insert(table).values(
815 {"id": 1, "bar": "ab"},
816 )
817
818 def stmt1():
819 stmt = stmt0()

Callers

nothing calls this directly

Calls 2

insertFunction · 0.90
valuesMethod · 0.45

Tested by

no test coverage detected